Skip to content

supports server timestamp timezone offset correction

Compare
Choose a tag to compare
@JohnRDOrazio JohnRDOrazio released this 09 Jun 10:43
· 248 commits to master since this release

This release accounts for client side timezone offset when a server generated timestamp is passed into the plugin.
The plugin automatically detects that the timestamp is server generated when it sees that the timestamp does not account for microseconds, so please do not multiply the timestamp by 1000 now before passing the value to the plugin.
When a timezone is set on the server this must be accounted for server-side before passing the value to the plugin.