-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
add a time-to-RFC3339 conversion function #4281
Conversation
this is the counterpart to the existing parsing function `rfc3339_to_time_utc` and others. It prints the timestamp as a string, allocated dynamically.
Co-authored-by: flysand7 <[email protected]>
We run our tests with D:/a/Odin/Odin/core/time/rfc3339.odin(279:3) Error: Declaration of 'utc_offset' shadows declaration at line 201
utc_offset := abs(utc_offset)
^ I would rename the Alternatively you could write |
Thank you, I took the second option. |
No description provided.