Time.st
changeset 3 24d81bf47225
parent 1 a27a279701f8
child 5 67342904af11
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    25 time represents a particular second in a day; since we depend on
    25 time represents a particular second in a day; since we depend on
    26 unix, the seconds are counted from 1. Jan 1970 NOT as in Smalltalk-80
    26 unix, the seconds are counted from 1. Jan 1970 NOT as in Smalltalk-80
    27 from 1. Jan 1901; since unix-time is 32 bit which does not fit into
    27 from 1. Jan 1901; since unix-time is 32 bit which does not fit into
    28 a SmallInteger, we keep low and hi 16bit of the time separately.
    28 a SmallInteger, we keep low and hi 16bit of the time separately.
    29 
    29 
    30 %W% %E%
    30 $Header: /cvs/stx/stx/libbasic/Time.st,v 1.3 1993-10-13 00:18:42 claus Exp $
    31 '!
    31 '!
    32 
    32 
    33 !Time class methodsFor:'instance creation'!
    33 !Time class methodsFor:'instance creation'!
    34 
    34 
    35 secondClock
    35 secondClock