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
udunits2 seems to parse and understand timezones:
$ udunits2 -H 'second since 1970-01-01 00:00:00 -1:00' -W 'second since 1970-01-01 00:00:00 -0' 1 second since 1970-01-01 00:00:00 -1:00 = 3601 (second since 1970-01-01 00:00:00 -0) x/(second since 1970-01-01 00:00:00 -0) = (x/(second since 1970-01-01 00:00:00 -1:00)) + 3600
but it is unclear how to convert values using timezones:
$ udunits2 -H '86400 second since 1970-01-01 00:00:00 -1:00' -W 'second since 1970-01-01 00:00:00 -0' udunits2: Units are not convertible $
Is it possible? How?
The text was updated successfully, but these errors were encountered:
The problem was due to a bug in udunits2(1). It should be fixed in the latest release (2.2.26).
Sorry, something went wrong.
No branches or pull requests
udunits2 seems to parse and understand timezones:
but it is unclear how to convert values using timezones:
Is it possible? How?
The text was updated successfully, but these errors were encountered: