You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When parsing the ISO 8601 ordinal date format, the time zone seems to be omitted.
Actual vs Expected behavior
const{ DateTime }=require('luxon');// It expected to print 8, but got 9.console.log(DateTime.fromISO('2013-039T09:30:26.123+09:00').setZone('Etc/GMT-8').hour);// It expected to print 9, but got 7.console.log(DateTime.fromISO('2013-039T07:00:00.00+0600').setZone('Etc/GMT-8').hour);
Desktop (please complete the following information):
OS: OSX 10.15.4
luxon: 1.26.0 and 1.25.0
node: v14.15.4
npm: 6.14.10
The text was updated successfully, but these errors were encountered:
Describe the bug
When parsing the ISO 8601 ordinal date format, the time zone seems to be omitted.
Actual vs Expected behavior
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: