Discussion:
parse-datetime has the military time zones inverted
Eigil Skjæveland
2017-06-16 19:12:44 UTC
Permalink
Hi,

It seems the signs for the military time zones are inverted.

I would expect

date -d '12:00B'

to be equal to

date -d '12:00+0200'

but it is in fact equal to

date -d '12:00-0200'

This matches what I see in parse-datetime.y.
--
Eigil Skjæveland
Loading...