[squeak-dev] Status of date problem

Chris Muller asqueaker at gmail.com
Fri Mar 18 17:29:13 UTC 2016


> | a b |
> DateAndTime automaticTimezone: true.
> a := DateAndTime now asUTC.
> DateAndTime automaticTimezone: false.
> DateAndTime localOffset: 5 hours.
> b := DateAndTime now asUTC.
> {a. b}
> ==> {2016-03-18T15:50:21.731797+00:00 . 2016-03-18T11:50:21.731797001+00:00}

Interesting.  Do you know whether this bug affects any API besides #now?


More information about the Squeak-dev mailing list