- Issue created by @jinah2020
- π¨π¦Canada jinah2020
Here's a patch that fixes the deprecated function warning.
What this patch does:
- Properly casts float-string timestamp values to integers before passing to DateTimePlus methods
- Maintains existing functionality while eliminating the precision loss warningTesting:
- Applied patch to a site experiencing the issue
- Confirmed the deprecation warnings no longer appear in logs
- Verified facet functionality still works as expected - π¨π¦Canada karolinam
I reviewed and tested the patch. Warnings are fixed.
- First commit to issue fork.