osg icon indicating copy to clipboard operation
osg copied to clipboard

fix timezones by using the reference timezone expected by Go

Open rpendleton opened this issue 4 years ago • 0 comments

Go's reference date uses -07:00 for the timezone, so we need to use that in the time format. If we don't, the timezone in the date provided by the server will be ignored and an incorrect timezone of +07:00 will be added instead. Timezones that are + will still be generated correctly.

rpendleton avatar Oct 06 '19 09:10 rpendleton