Closed stevenh closed 1 year ago
Use time.UnixMilli instead of UnixNano for time calculations to avoid underflow / overflow issues.
BREAKING CHANGE: Use a GMT fixed time zone for UTC to mimic toUTCString behaviour of Javascript which outputs in GMT not UTC.
Fixes #302
Use time.UnixMilli instead of UnixNano for time calculations to avoid underflow / overflow issues.
BREAKING CHANGE: Use a GMT fixed time zone for UTC to mimic toUTCString behaviour of Javascript which outputs in GMT not UTC.
Fixes #302