We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
and further, there does not seem to be a way to express a time in the local time zone and have it represented or converted to UTC.
see:
=> (t/from-utc-time-zone (t/date-time 2024 9 10 6 30)) #object[Object 20240910T063000] => (t/date-time 2024 9 10 6 30) #object[Object 20240910T063000] => (t/to-default-time-zone (t/date-time 2024 9 10 6 30)) #object[Object 20240909T233000] => (t/from-default-time-zone (t/to-default-time-zone (t/date-time 2024 9 10 6 30))) #object[Object 20240909T233000] => (t/from-default-time-zone (t/date-time 2024 9 10 6 30)) #object[Object 20240910T063000]
The text was updated successfully, but these errors were encountered:
I am in the Pacific timezone, so I want a UTC value of 13:30 here by expressing 6:30. i.e., +7 hours offset.
Sorry, something went wrong.
anyone? this seems like a pretty serious issue for such a common operation.
No branches or pull requests
and further, there does not seem to be a way to express a time in the local time zone and have it represented or converted to UTC.
see:
The text was updated successfully, but these errors were encountered: