-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use UTC for timestamps when creating a migration #242
Use UTC for timestamps when creating a migration #242
Conversation
Are you compiling |
Native goose with |
I'm worried this would cause issues for someone out there. Fwiw you can set In a breaking |
Oh duh why didn’t I think of that 😄
…On Sun, 24 Oct 2021, at 13:19, Michael Fridman wrote:
I'm worried this would cause issues for someone out there. Fwiw you can set `TZ="UTC" goose ...` ?
In a breaking `/v4` we can set UTC as a default for timestamps.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#242 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAEQ2KAEEZET6VAYMIHTIHTUIRS55ANCNFSM4X2WYJJQ>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
With my team we are facing this exact same issue of having the timestamp utc specified, is there any news on this topic ? Thanks ! |
…tamp-on-create # Conflicts: # create.go
This will be merged and released in |
So, I understand that there is prior art here (#38, #50, #63), but my team is using timestamped versions and switching to sequential numbering is not an option at this time. We're split across multiple timezones and in order to keep things a little more sane, UTC would be a welcome change for the timestamps. Maybe in the future we can migrate over to sequential, but this is where we are at.