Re: [Pharo-project] Epoch returns local offset

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
24 messages Options
Re: [Pharo-project] Epoch returns local offset – (cross posting to squeak-dev) On Wed, May 16, 2012 at 01:50:16PM -0700, Sean P. DeNigris wrote: > > David T. Lewis wrote > > ...
The choise of epoch is arbitrary, Calendrical Calculations<http://emr.cs.iit.edu/home/reingold/calendar-book/third-edition/> , set it to ...
On Wed, May 16, 2012 at 5:26 PM, David T. Lewis <lewis@...> wrote: > (cross posting to squeak-dev) > > On Wed, May 16, 2012 at...
On 17.05.2012, at 19:29, Eliot Miranda wrote: > What is ambiguous about the start of the 20-th century in GMT? Nothing. But Smalltalk epo...
On Thu, May 17, 2012 at 10:42 AM, Bert Freudenberg <bert@...>wrote: > On 17.05.2012, at 19:29, Eliot Miranda wrote: > > What i...
On Thu, May 17, 2012 at 04:01:11PM -0700, Eliot Miranda wrote: > On Thu, May 17, 2012 at 10:42 AM, Bert Freudenberg <bert@...>wrote: &g...
On Thu, May 17, 2012 at 5:59 PM, David T. Lewis <lewis@...> wrote: > On Thu, May 17, 2012 at 04:01:11PM -0700, Eliot Miranda wrote: &...
On 18.05.2012, at 19:22, Eliot Miranda wrote: > 'From Smalltalk-80, version 2, of April 1, 1983 on 31 May 1983 at 9:10:35 am'! That's obv...
On Fri, May 18, 2012 at 09:30:32PM +0200, Bert Freudenberg wrote: > On 18.05.2012, at 19:22, Eliot Miranda wrote: > > > 'From Smal...
On Fri, May 18, 2012 at 4:47 PM, David T. Lewis <lewis@...> wrote: > On Fri, May 18, 2012 at 09:30:32PM +0200, Bert Freudenberg wrote:...
On Fri, May 18, 2012 at 04:55:39PM -0700, Eliot Miranda wrote: > On Fri, May 18, 2012 at 4:47 PM, David T. Lewis <lewis@...> wrote: >...
On 19 May 2012 01:55, Eliot Miranda <eliot.miranda@...> wrote: > > > On Fri, May 18, 2012 at 4:47 PM, David T. Lewis <lewis@....
On Fri, May 18, 2012 at 10:22:12AM -0700, Eliot Miranda wrote: > On Thu, May 17, 2012 at 5:59 PM, David T. Lewis <lewis@...> wrote: >...
If that is the definition, "DateAndTime epoch" has a bug. It simply tacks on the local offset (e.g "1901-01-01T00:00:00-04:00&q...
On Thu, May 17, 2012 at 08:59:35PM -0400, David T. Lewis wrote: > On Thu, May 17, 2012 at 04:01:11PM -0700, Eliot Miranda wrote: > > ...
2012/5/18 David T. Lewis <lewis@...>: > On Thu, May 17, 2012 at 08:59:35PM -0400, David T. Lewis wrote: >> On Thu, May 17, 2012 a...
On Fri, May 18, 2012 at 11:12:59AM +0200, Nicolas Cellier wrote: > 2012/5/18 David T. Lewis <lewis@...>: > > > > ?http://l...
If you decide to go with the Unix epoch, I made the changes (which ended up being minimal) in Pharo and all the relevant tests pass. The packa...
On Thu, May 17, 2012 at 06:36:23PM -0700, Sean P. DeNigris wrote: > > David T. Lewis wrote > > > > it would be really nice...
Fixing time (was: Epoch returns local offset) – On 18.05.2012, at 03:44, David T. Lewis wrote: > On Thu, May 17, 2012 at 06:36:23PM -0700, Sean P. DeNigris wrote: >> >> Davi...
I see useLocale, and it's false in standard Squeak 4.3. Not sure how but when I look at DateAndTime's 'LocalTimeZone' class var, it's as if you...
On 18.05.2012, at 21:12, Chris Muller wrote: > I see useLocale, and it's false in standard Squeak 4.3. Not sure how > but when I look a...
Re: Fixing time – On 18/05/2012 20:39, Bert Freudenberg wrote: > It's not robust in that the timezone offset is only read on startup. > If you have the ima...
#useLocale will make sure that your offset is correct for your current location, which is important, but tangential to the subject of this thr...