You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(fcm): Convert event_time to UTC
- Check if the datetime object is naive or timezone aware
- If a naive datetime object is provided then set the timezone to local
timezone
- Convert the event_time to UTC Zulu format
* Remove the third party library
* Add new test case for naive event_timestamp
* Consider naive datetimes are in UTC
* Add a comment explaning the logic
* Update docs
0 commit comments