Timestamp.st
author Stefan Vogel <sv@exept.de>
Thu, 02 Mar 2000 18:21:57 +0100
changeset 5290 f26854f0f074
parent 4930 edb87412f76d
child 5291 8b1013528fb4
permissions -rw-r--r--
Add #printGeneralizedOn:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
     1
"
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
     2
 COPYRIGHT (c) 1989 by Claus Gittinger
154
d4236ec280a6 *** empty log message ***
claus
parents: 92
diff changeset
     3
	      All Rights Reserved
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
     4
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
     5
 This software is furnished under a license and may be used
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
     6
 only in accordance with the terms of that license and with the
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
     8
 be provided or otherwise made available to, or used by, any
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
     9
 other person.  No title to or ownership of the software is
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    10
 hereby transferred.
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    11
"
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    12
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
    13
AbstractTime subclass:#AbsoluteTime
795
ff477bad0f2d fix setSeconds:
Stefan Vogel <sv@exept.de>
parents: 699
diff changeset
    14
	instanceVariableNames:'osTime'
ff477bad0f2d fix setSeconds:
Stefan Vogel <sv@exept.de>
parents: 699
diff changeset
    15
	classVariableNames:''
ff477bad0f2d fix setSeconds:
Stefan Vogel <sv@exept.de>
parents: 699
diff changeset
    16
	poolDictionaries:''
ff477bad0f2d fix setSeconds:
Stefan Vogel <sv@exept.de>
parents: 699
diff changeset
    17
	category:'Magnitude-General'
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    18
!
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    19
2311
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
    20
!AbsoluteTime class methodsFor:'documentation'!
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    21
82
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    22
copyright
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    23
"
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    24
 COPYRIGHT (c) 1989 by Claus Gittinger
154
d4236ec280a6 *** empty log message ***
claus
parents: 92
diff changeset
    25
	      All Rights Reserved
82
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    26
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    27
 This software is furnished under a license and may be used
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    28
 only in accordance with the terms of that license and with the
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    29
 inclusion of the above copyright notice.   This software may not
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    30
 be provided or otherwise made available to, or used by, any
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    31
 other person.  No title to or ownership of the software is
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    32
 hereby transferred.
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    33
"
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    34
!
0147b4f725ae *** empty log message ***
claus
parents: 77
diff changeset
    35
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    36
documentation
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    37
"
1669
4951596746f7 comments & code cleanup
Claus Gittinger <cg@exept.de>
parents: 1521
diff changeset
    38
    This class represents absolute time values in milliSeconds starting some
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    39
    time in the past. 
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    40
    (typically, from 1st. Jan 1970, as used in the Unix operating system,
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    41
     but other systems may bias the time differently.
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    42
     Actually, the implementation does not depend or even know which time/date 
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    43
     the OperatingSystem bases its time upon - it is simply keeping the value(s)
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    44
     as return from the OS.
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    45
     For conversion, these values are given back to the OS, which will know
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    46
     how to convert these times.
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    47
     This has the advantage, that time-stamps on files (such as last-access-
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    48
     time or last-modifiaction-time) can be handled transparent to other
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    49
     times - especially comparisons).
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
    50
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    51
    You should not interpret the osTime instance variable directly, instead
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    52
    (if at all), as the OS to convert.
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    53
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    54
    Its implementation is not the same as in ST-80 
1669
4951596746f7 comments & code cleanup
Claus Gittinger <cg@exept.de>
parents: 1521
diff changeset
    55
    (which represents Time as seconds from 1. Jan 1901.)
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    56
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
    57
    This class should not be confused with Time (which only represents the
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    58
    time within one day). 
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    59
    Time instances cannot be used to compare times across midnight; 
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    60
    instances of AbsoluteTime can.
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
    61
3479
9ca6229713f4 checkin from browser
Claus Gittinger <cg@exept.de>
parents: 3122
diff changeset
    62
    Notice: this class is aliased as Timestamp for ST-80 compatibility.
9ca6229713f4 checkin from browser
Claus Gittinger <cg@exept.de>
parents: 3122
diff changeset
    63
1306
c0189edbd96c checkin from browser
Claus Gittinger <cg@exept.de>
parents: 1282
diff changeset
    64
    [author:]
4679
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
    65
	Claus Gittinger
1306
c0189edbd96c checkin from browser
Claus Gittinger <cg@exept.de>
parents: 1282
diff changeset
    66
1282
3f5eda57c516 commentary
Claus Gittinger <cg@exept.de>
parents: 1228
diff changeset
    67
    [See also:]
4679
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
    68
	Time Date
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
    69
	Delay ProcessorScheduler
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    70
"
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    71
! !
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    72
2311
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
    73
!AbsoluteTime class methodsFor:'instance creation'!
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    74
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    75
UTCYear:y month:m day:d hour:h minute:min second:s millisecond:millis
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    76
    "return an instance of the receiver, given individual components.
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    77
     See also `AbsoluteTime now' and other protocol inherited
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    78
     from my superclass."
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    79
423
claus
parents: 392
diff changeset
    80
    ^ self basicNew 
4679
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
    81
	fromOSTime:(OperatingSystem 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
    82
			computeOSTimeFromUTCYear:y month:m day:d 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
    83
					 hour:h minute:min second:s
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
    84
					 millisecond:millis)
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
    85
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
    86
    "
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    87
     AbsoluteTime UTCYear:1970 month:1 day:1 hour:1 minute:0 second:0 millisecond:0
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    88
     AbsoluteTime UTCYear:1991 month:1 day:2 hour:12 minute:30 second:0 millisecond:0
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    89
     AbsoluteTime UTCYear:1991 month:1 day:2 hour:12 minute:30 second:0 millisecond:100
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    90
     AbsoluteTime UTCYear:1999 month:7 day:1 hour:1 minute:0 second:0 millisecond:0
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    91
     AbsoluteTime UTCYear:2000 month:1 day:1 hour:1 minute:0 second:0 millisecond:0
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
    92
    "
1228
127d990e2f77 commentary
Claus Gittinger <cg@exept.de>
parents: 1133
diff changeset
    93
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    94
    "Modified: / 1.7.1996 / 15:22:07 / cg"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    95
    "Created: / 13.7.1999 / 12:34:37 / stefan"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    96
    "Modified: / 13.7.1999 / 12:42:30 / stefan"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    97
!
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    98
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
    99
day:d month:m year:y hour:h minutes:min seconds:s
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   100
    "This is obsolete. User #year:month:day:hour:minute:second:"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   101
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   102
    ^ self 
4679
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   103
	year:y month:m day:d hour:h 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   104
	minute:min second:s millisecond:0
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   105
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   106
    "
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   107
     AbsoluteTime day:2 month:1 year:1991 hour:12 minute:30 second:0 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   108
     AbsoluteTime day:8 month:1 year:1995 hour:0 minute:43 second:48 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   109
    "
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   110
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   111
    "Modified: / 1.7.1996 / 15:22:26 / cg"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   112
    "Modified: / 13.7.1999 / 12:29:56 / stefan"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   113
!
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   114
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   115
day:d month:m year:y hour:h minutes:min seconds:s milliseconds:millis
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   116
    "This is obsolete. User #year:month:day:hour:minute:second:millisecond:"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   117
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   118
    ^ self year:y month:m day:d hour:h minute:min second:s millisecond:millis
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   119
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   120
    "
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   121
     AbsoluteTime day:1 month:1 year:1970 hour:1 minute:0 second:0 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   122
     AbsoluteTime day:2 month:1 year:1991 hour:12 minute:30 second:0 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   123
     AbsoluteTime day:2 month:1 year:1991 hour:12 minute:30 second:0 millisecond:100
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   124
    "
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   125
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   126
    "Created: / 1.7.1996 / 14:46:09 / cg"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   127
    "Modified: / 1.7.1996 / 15:22:07 / cg"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   128
    "Modified: / 13.7.1999 / 12:30:26 / stefan"
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   129
!
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   130
423
claus
parents: 392
diff changeset
   131
fromDate:aDate andTime:aTime
claus
parents: 392
diff changeset
   132
    "return an instance of the receiver, initialized from a time and a date
1228
127d990e2f77 commentary
Claus Gittinger <cg@exept.de>
parents: 1133
diff changeset
   133
     object.
127d990e2f77 commentary
Claus Gittinger <cg@exept.de>
parents: 1133
diff changeset
   134
     See also `AbsoluteTime now' and other protocol inherited
127d990e2f77 commentary
Claus Gittinger <cg@exept.de>
parents: 1133
diff changeset
   135
     from my superclass."
423
claus
parents: 392
diff changeset
   136
claus
parents: 392
diff changeset
   137
    ^ self 
4679
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   138
	year:aDate year 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   139
	month:aDate month 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   140
	day:aDate day 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   141
	hour:aTime hours 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   142
	minute:aTime minutes 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   143
	second:aTime seconds 
423
claus
parents: 392
diff changeset
   144
claus
parents: 392
diff changeset
   145
    "
1228
127d990e2f77 commentary
Claus Gittinger <cg@exept.de>
parents: 1133
diff changeset
   146
     AbsoluteTime fromDate:(Date today) andTime:(Time now)  
127d990e2f77 commentary
Claus Gittinger <cg@exept.de>
parents: 1133
diff changeset
   147
     AbsoluteTime fromDate:(Date today plusDays:1) andTime:(Time now) 
127d990e2f77 commentary
Claus Gittinger <cg@exept.de>
parents: 1133
diff changeset
   148
     AbsoluteTime now 
423
claus
parents: 392
diff changeset
   149
    "
claus
parents: 392
diff changeset
   150
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   151
    "Modified: / 8.9.1995 / 15:07:30 / claus"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   152
    "Modified: / 19.4.1996 / 15:25:46 / cg"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   153
    "Modified: / 13.7.1999 / 12:30:47 / stefan"
423
claus
parents: 392
diff changeset
   154
!
claus
parents: 392
diff changeset
   155
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   156
newDay:dayInYear year:year
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   157
    "return a new AbsoluteTime, given the year and the day-in-year (starting at 1).
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   158
     Date protocol compatibility"
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   159
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   160
    ^ (Date newDay:dayInYear year:year) asAbsoluteTime
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   161
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   162
    "
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   163
     AbsoluteTime newDay:183 year:1996
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   164
    "
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   165
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   166
    "Modified: 2.7.1996 / 09:39:30 / cg"
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   167
!
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   168
569
7134eb78cf48 readFrom:onError: can now also read from a string
Claus Gittinger <cg@exept.de>
parents: 528
diff changeset
   169
readFrom:aStringOrStream onError:exceptionBlock
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   170
    "return a new AbsoluteTime, reading a printed representation from aStream.
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   171
     The string is interpreted as 24 hour format, as printed.
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   172
     Notice, that this is not the storeString format and 
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   173
     is different from the format expected by readFrom:.
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   174
     The format read here is dd-mm-yyyy hh:mm:ss.iii"
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   175
3995
777470826394 no need for another error-handler blcok in #readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 3510
diff changeset
   176
    |newTime|
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   177
3995
777470826394 no need for another error-handler blcok in #readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 3510
diff changeset
   178
    ErrorSignal handle:[:ex |
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   179
        ^ exceptionBlock value
3995
777470826394 no need for another error-handler blcok in #readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 3510
diff changeset
   180
    ] do:[
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   181
        |str day month year hour min sec millis|
1701
80d13adb2e77 better errorHandling in readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 1669
diff changeset
   182
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   183
        str := aStringOrStream readStream.
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   184
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   185
        day := Integer readFrom:str.
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   186
        (day between:1 and:31) ifFalse:[^ exceptionBlock value].
3995
777470826394 no need for another error-handler blcok in #readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 3510
diff changeset
   187
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   188
        [str peek isDigit] whileFalse:[str next].
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   189
        month := Integer readFrom:str.
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   190
        (month between:1 and:12) ifFalse:[^ exceptionBlock value].
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   191
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   192
        [str peek isDigit] whileFalse:[str next].
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   193
        year := Integer readFrom:str.
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   194
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   195
        [str peek isDigit] whileFalse:[str next].
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   196
        hour := Integer readFrom:str.
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   197
        (hour between:0 and:24) ifFalse:[^ exceptionBlock value].
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   198
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   199
        [str peek isDigit] whileFalse:[str next].
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   200
        min := Integer readFrom:str.
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   201
        (min between:0 and:59) ifFalse:[^ exceptionBlock value].
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   202
4906
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   203
        str atEnd ifTrue:[
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   204
            sec := millis := 0.
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   205
        ] ifFalse:[
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   206
            [str peek isDigit] whileFalse:[str next].
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   207
            sec := Integer readFrom:str.
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   208
            (sec between:0 and:59) ifFalse:[^ exceptionBlock value].
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   209
4906
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   210
            str peek = $. ifTrue:[
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   211
                str next.
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   212
                millis := Integer readFrom:str.
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   213
            ] ifFalse:[
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   214
                millis := 0.
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   215
            ].
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   216
        ].
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   217
4898
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   218
        "special check"
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   219
        hour == 24 ifTrue:[
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   220
            (min ~~ 0 or:[sec ~~ 0]) ifTrue:[^ exceptionBlock value].
a7a32af11523 oops - reading was wrong
Claus Gittinger <cg@exept.de>
parents: 4843
diff changeset
   221
        ].
4899
a3806efb30fb oops - millis were not read
Claus Gittinger <cg@exept.de>
parents: 4898
diff changeset
   222
        newTime := self year:year month:month day:day hour:hour minute:min second:sec millisecond:millis.
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   223
    ].
3995
777470826394 no need for another error-handler blcok in #readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 3510
diff changeset
   224
    ^ newTime
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   225
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   226
    "
569
7134eb78cf48 readFrom:onError: can now also read from a string
Claus Gittinger <cg@exept.de>
parents: 528
diff changeset
   227
     AbsoluteTime readFrom:'20-2-1995 13:11:06'    
4906
80febc79ccff readFrom:onError: stream without seconds and millisec allowed
ca
parents: 4899
diff changeset
   228
     AbsoluteTime readFrom:'20-2-1995 13:11'    
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   229
     AbsoluteTime readFrom:'20-2-1995 13:11:06.100'    
3995
777470826394 no need for another error-handler blcok in #readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 3510
diff changeset
   230
     AbsoluteTime readFrom:'32-2-1995 13:11:06.100' onError:'wrong'    
777470826394 no need for another error-handler blcok in #readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 3510
diff changeset
   231
     AbsoluteTime readFrom:'32-foo-1995 13:11:06.100' onError:'wrong'    
777470826394 no need for another error-handler blcok in #readFrom:onError:
Claus Gittinger <cg@exept.de>
parents: 3510
diff changeset
   232
     AbsoluteTime readFrom:'foo' onError:'wrong'                     
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   233
    "
569
7134eb78cf48 readFrom:onError: can now also read from a string
Claus Gittinger <cg@exept.de>
parents: 528
diff changeset
   234
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   235
    "Modified: / 8.10.1996 / 19:25:59 / cg"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   236
    "Modified: / 13.7.1999 / 12:31:14 / stefan"
2311
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   237
!
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   238
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   239
secondsSince1970:sec
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   240
    "set time from elapsed seconds since 1-1-1970, 0:0:0.
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   241
     This is the format used in the UNIX world"
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   242
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   243
    ^ self year:1970 month:1 day:1 hour:0 minute:0 second:sec.
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   244
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   245
    "
4679
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   246
	AbsoluteTime secondsSince1970:0
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   247
	AbsoluteTime secondsSince1970:3600
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   248
    "
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   249
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   250
    "Created: / 21.10.1996 / 17:48:30 / stefan"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   251
    "Modified: / 13.7.1999 / 12:31:22 / stefan"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   252
!
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   253
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   254
year:y month:m day:d hour:h minute:min second:s
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   255
    "return an instance of the receiver, given individual components.
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   256
     See also `AbsoluteTime now' and other protocol inherited
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   257
     from my superclass."
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   258
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   259
    ^ self year:y month:m day:d hour:h minute:min second:s millisecond:0
2311
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   260
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   261
    "
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   262
     AbsoluteTime year:1970 month:1 day:1 hour:1 minute:0 second:0 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   263
     AbsoluteTime year:1991 month:1 day:2 hour:12 minute:30 second:0 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   264
     AbsoluteTime year:1991 month:1 day:2 hour:12 minute:30 second:0 millisecond:100
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   265
     AbsoluteTime year:2000 month:1 day:1 hour:1 minutes:0 second:0 
2311
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   266
    "
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   267
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   268
    "Modified: / 1.7.1996 / 15:22:07 / cg"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   269
    "Created: / 13.7.1999 / 12:06:39 / stefan"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   270
    "Modified: / 13.7.1999 / 12:27:47 / stefan"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   271
!
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   272
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   273
year:y month:m day:d hour:h minute:min second:s millisecond:millis
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   274
    "return an instance of the receiver, given individual components.
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   275
     See also `AbsoluteTime now' and other protocol inherited
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   276
     from my superclass."
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   277
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   278
    ^ self basicNew 
4679
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   279
	fromOSTime:(OperatingSystem 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   280
			computeOSTimeFromYear:y month:m day:d 
957773d921a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4378
diff changeset
   281
					 hour:h minute:min seconds:s millis:millis)
4378
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   282
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   283
    "
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   284
     AbsoluteTime year:1970 month:1 day:1 hour:1 minute:0 seconds:0 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   285
     AbsoluteTime year:1991 month:1 day:2 hour:12 minute:30 second:0 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   286
     AbsoluteTime year:1991 month:1 day:2 hour:12 minute:30 second:0 millisecond:100
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   287
     AbsoluteTime year:2000 month:1 day:1 hour:1 minute:0 second:0 
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   288
    "
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   289
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   290
    "Modified: / 1.7.1996 / 15:22:07 / cg"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   291
    "Created: / 13.7.1999 / 12:28:44 / stefan"
8b93493f8d56 New method to set UTC time.
Stefan Vogel <sv@exept.de>
parents: 3995
diff changeset
   292
    "Modified: / 13.7.1999 / 12:37:57 / stefan"
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   293
! !
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   294
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   295
!AbsoluteTime methodsFor:'accessing'!
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   296
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   297
day
92
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   298
    "return the day-in-month of the receiver (1..31).
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   299
     For compatibility, use instances of Date for this."
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   300
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   301
    |d|
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   302
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   303
    OperatingSystem computeDatePartsOf:osTime for:[:year :month :day |
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   304
	d := day
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   305
    ].
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   306
    ^ d
54
06dbdeeed4f9 *** empty log message ***
claus
parents: 30
diff changeset
   307
92
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   308
    "
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   309
     AbsoluteTime now day 
92
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   310
    "
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   311
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   312
    "Modified: 1.7.1996 / 15:23:02 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   313
!
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   314
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   315
dayInWeek
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   316
    "return the week-day of the receiver - 1 for monday, 7 for sunday"
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   317
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   318
    ^ (OperatingSystem computeTimeAndDateFrom:osTime) at:11
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   319
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   320
    "
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   321
     AbsoluteTime now dayInWeek 
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   322
    "
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   323
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   324
    "Modified: 2.7.1996 / 09:20:32 / cg"
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   325
    "Created: 2.7.1996 / 09:35:48 / cg"
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   326
!
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   327
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   328
dayInYear
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   329
    "return the year-day of the receiver - 1 for Jan, 1st."
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   330
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   331
    ^ (OperatingSystem computeTimeAndDateFrom:osTime) at:10
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   332
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   333
    "
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   334
     AbsoluteTime now dayInYear  
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   335
     AbsoluteTime newDay:184 year:1996  
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   336
    "
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   337
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   338
    "Modified: 2.7.1996 / 10:21:02 / cg"
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   339
!
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   340
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   341
hour
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   342
    "return the hour (0..23).
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   343
     ST-80 Timestamp compatibility (I'd prefer the name #hours, for Time compatibility)."
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   344
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   345
    ^ self hours
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   346
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   347
    "Created: 1.7.1996 / 15:14:50 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   348
    "Modified: 1.7.1996 / 15:15:32 / cg"
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   349
!
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   350
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   351
hours
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   352
    "return the hours (0..23)"
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   353
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   354
    |hr|
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   355
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   356
    OperatingSystem computeTimePartsOf:osTime for:[:hours :minutes :secs :millis |
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   357
	hr := hours
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   358
    ].
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   359
    ^ hr
54
06dbdeeed4f9 *** empty log message ***
claus
parents: 30
diff changeset
   360
92
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   361
    "
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   362
     AbsoluteTime now hours 
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   363
    "
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   364
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   365
    "Modified: 2.7.1996 / 09:20:32 / cg"
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   366
!
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   367
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   368
millisecond
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   369
    "return the millisecond (0..999).
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   370
     ST-80 Timestamp compatibility (I'd prefer the name #milliseconds)."
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   371
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   372
    ^ self milliseconds
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   373
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   374
    "Created: 1.7.1996 / 15:14:50 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   375
    "Modified: 1.7.1996 / 15:15:24 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   376
!
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   377
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   378
milliseconds
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   379
    "return the milliseconds (0..999)"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   380
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   381
    |m|
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   382
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   383
    OperatingSystem computeTimePartsOf:osTime for:[:hours :minutes :secs :millis |
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   384
	m := millis
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   385
    ].
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   386
    ^ m
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   387
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   388
    "
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   389
     AbsoluteTime now milliseconds   
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   390
    "
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   391
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   392
    "Created: 1.7.1996 / 15:15:02 / cg"
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   393
    "Modified: 2.7.1996 / 09:21:41 / cg"
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   394
!
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   395
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   396
minute
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   397
    "return the minute (0..59).
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   398
     ST-80 Timestamp compatibility (I'd prefer the name #minutes, for Time compatibility)."
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   399
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   400
    ^ self minutes
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   401
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   402
    "Created: 1.7.1996 / 15:14:29 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   403
    "Modified: 1.7.1996 / 15:15:37 / cg"
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   404
!
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   405
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   406
minutes
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   407
    "return the minutes (0..59)"
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   408
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   409
    |m|
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   410
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   411
    OperatingSystem computeTimePartsOf:osTime for:[:hours :minutes :secs :millis |
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   412
	m := minutes
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   413
    ].
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   414
    ^ m
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   415
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   416
    "
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   417
     AbsoluteTime now minutes 
92
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   418
    "
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   419
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   420
    "Modified: 2.7.1996 / 09:20:49 / cg"
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   421
!
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   422
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   423
month
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   424
    "return the month of the receiver (1..12).
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   425
     For compatibility, use instances of Date for this."
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   426
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   427
    |m|
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   428
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   429
    OperatingSystem computeDatePartsOf:osTime for:[ :year :month :day |
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   430
	m := month
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   431
    ].
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   432
    ^ m
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   433
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   434
    "
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   435
     AbsoluteTime now month
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   436
    "
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   437
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   438
    "Modified: 1.7.1996 / 15:23:05 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   439
!
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   440
4807
Claus Gittinger <cg@exept.de>
parents: 4679
diff changeset
   441
osTime:aTime
Claus Gittinger <cg@exept.de>
parents: 4679
diff changeset
   442
    osTime := aTime.
Claus Gittinger <cg@exept.de>
parents: 4679
diff changeset
   443
!
Claus Gittinger <cg@exept.de>
parents: 4679
diff changeset
   444
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   445
second
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   446
    "return the second (0..59).
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   447
     ST-80 Timestamp compatibility (I'd prefer the name #seconds, for Time compatibility)."
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   448
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   449
    ^ self seconds
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   450
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   451
    "Created: 1.7.1996 / 15:14:19 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   452
    "Modified: 1.7.1996 / 15:15:49 / cg"
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   453
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   454
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   455
seconds
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   456
    "return the seconds (0..59)"
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   457
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   458
    |s|
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   459
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   460
    OperatingSystem computeTimePartsOf:osTime for:[:hours :minutes :secs :millis |
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   461
	s := secs
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   462
    ].
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   463
    ^ s
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   464
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   465
    "
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   466
     AbsoluteTime now seconds 
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   467
    "
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   468
1513
a4b4c4ce039c added dayInYear & dayInWeek for Date compatibility
Claus Gittinger <cg@exept.de>
parents: 1501
diff changeset
   469
    "Modified: 2.7.1996 / 09:20:54 / cg"
92
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   470
!
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   471
799
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   472
utcOffset
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   473
    "return the difference between UTC (Greenwich Mean Time) and the local time
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   474
     if daylight saving time applies to ourself, take that into account.
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   475
     Add utcOffset bevor converting to get UTC-Time resp. UTC-Date.
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   476
    "
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   477
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   478
    ^ (OperatingSystem computeTimeAndDateFrom:osTime) at:7
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   479
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   480
    "
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   481
     AbsoluteTime now utcOffset 
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   482
     (AbsoluteTime day:1 month:7 year:1995 hour:12 minutes:0 seconds:0) utcOffset
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   483
    "
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   484
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   485
    "Modified: 20.12.1995 / 17:28:49 / stefan"
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   486
    "Modified: 1.7.1996 / 15:21:29 / cg"
799
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   487
!
33cf42458eee New Method utcOffset
Stefan Vogel <sv@exept.de>
parents: 795
diff changeset
   488
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   489
year
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   490
    "return the year of the receiver i.e. 1992.
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   491
     For compatibility, use instances of Date for this."
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   492
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   493
    |y|
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   494
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   495
    OperatingSystem computeDatePartsOf:osTime for:[:year :month :day |
3120
56348e25a94f *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2623
diff changeset
   496
	y := year
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   497
    ].
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   498
    ^ y
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   499
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   500
    "
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   501
     AbsoluteTime now year
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   502
    "
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   503
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   504
    "Modified: 1.7.1996 / 15:23:08 / cg"
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   505
! !
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   506
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   507
!AbsoluteTime methodsFor:'arithmetic'!
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   508
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   509
- aTime
242
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   510
    "return the delta in seconds between 2 times."
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   511
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   512
    ^ self getSeconds - (aTime getSeconds)
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   513
!
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   514
242
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   515
addDays:numberOfDays
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   516
    "return a new instance of myself, numberOfDays afterwards."
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   517
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   518
    ^ self addSeconds:(numberOfDays * (60 * 60 * 24))
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   519
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   520
    "
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   521
     |t|
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   522
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   523
     t := AbsoluteTime now.
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   524
     t printNL.
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   525
     (t addDays:7) printNL
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   526
    "
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   527
!
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   528
3122
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   529
addMilliseconds:nMillis
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   530
    "return a new absoluteTime instance, nMillis milliseconds after myself"
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   531
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   532
    ^ (self class basicNew) setMilliseconds:(self getMilliseconds + nMillis)
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   533
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   534
    "
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   535
     |t1 t2|
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   536
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   537
     t1 := AbsoluteTime now.
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   538
     t2 := t1 addMilliseconds:10.
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   539
     Transcript showCR:t1.   
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   540
     Transcript showCR:t2.   
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   541
    "
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   542
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   543
    "Modified: / 2.12.1997 / 17:10:39 / cg"
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   544
!
a0be2e69caf0 added #addMilliseconds
Claus Gittinger <cg@exept.de>
parents: 3120
diff changeset
   545
2623
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   546
millisecondDeltaFrom:anAbsoluteTime
3510
75824285fe74 comment
Claus Gittinger <cg@exept.de>
parents: 3479
diff changeset
   547
    "return the delta in milliseconds between 2 absolute times.
75824285fe74 comment
Claus Gittinger <cg@exept.de>
parents: 3479
diff changeset
   548
     The argument is supposed to be AFTER the receiver"
2623
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   549
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   550
    ^ (self getSeconds - (anAbsoluteTime getSeconds)) * 1000
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   551
      + self milliseconds - anAbsoluteTime milliseconds
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   552
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   553
    "
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   554
     |t1 t2|
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   555
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   556
     t1 := AbsoluteTime now.
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   557
     Delay waitForSeconds:0.5.
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   558
     t2 := AbsoluteTime now.
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   559
     t2 millisecondDeltaFrom:t1   
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   560
    "
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   561
3510
75824285fe74 comment
Claus Gittinger <cg@exept.de>
parents: 3479
diff changeset
   562
    "Modified: / 5.6.1998 / 04:21:33 / cg"
2623
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   563
!
593ab389efd1 added #millisecondDeltaFrom:
Claus Gittinger <cg@exept.de>
parents: 2311
diff changeset
   564
242
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   565
subtractDays:numberOfDays
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   566
    "return a new instance of myself, numberOfDays before."
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   567
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   568
    ^ self subtractSeconds:(numberOfDays * (60 * 60 * 24))
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   569
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   570
    "
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   571
     |t|
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   572
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   573
     t := AbsoluteTime now.
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   574
     t printNL.
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   575
     (t subtractDays:50) printNL
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   576
    "
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   577
! !
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   578
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   579
!AbsoluteTime methodsFor:'comparing'!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   580
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   581
< aTime
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   582
    "return true if the argument, aTime is before the receiver"
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   583
1520
da08f8e49e87 fixed comparing absoluteTimes
Claus Gittinger <cg@exept.de>
parents: 1513
diff changeset
   584
    ^ self getMilliseconds < aTime getMilliseconds
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   585
1520
da08f8e49e87 fixed comparing absoluteTimes
Claus Gittinger <cg@exept.de>
parents: 1513
diff changeset
   586
    "Modified: 3.7.1996 / 13:10:17 / cg"
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   587
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   588
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   589
= aTime
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   590
    "return true if the argument, aTime represents the same time"
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   591
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   592
    (aTime species == self species) ifFalse:[^ false].
1520
da08f8e49e87 fixed comparing absoluteTimes
Claus Gittinger <cg@exept.de>
parents: 1513
diff changeset
   593
    ^ (self getMilliseconds = aTime getMilliseconds)
da08f8e49e87 fixed comparing absoluteTimes
Claus Gittinger <cg@exept.de>
parents: 1513
diff changeset
   594
da08f8e49e87 fixed comparing absoluteTimes
Claus Gittinger <cg@exept.de>
parents: 1513
diff changeset
   595
    "Modified: 3.7.1996 / 13:10:24 / cg"
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   596
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   597
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   598
> aTime
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   599
    "return true if the argument, aTime is after the receiver"
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   600
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   601
    ^ self getMilliseconds > aTime getMilliseconds
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   602
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   603
    "Modified: 1.7.1996 / 15:24:38 / cg"
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   604
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   605
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   606
hash
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   607
    "return an integer useful for hashing on times"
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   608
1520
da08f8e49e87 fixed comparing absoluteTimes
Claus Gittinger <cg@exept.de>
parents: 1513
diff changeset
   609
    ^ osTime // 1000
da08f8e49e87 fixed comparing absoluteTimes
Claus Gittinger <cg@exept.de>
parents: 1513
diff changeset
   610
da08f8e49e87 fixed comparing absoluteTimes
Claus Gittinger <cg@exept.de>
parents: 1513
diff changeset
   611
    "Modified: 3.7.1996 / 13:10:52 / cg"
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   612
! !
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   613
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   614
!AbsoluteTime methodsFor:'converting'!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   615
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   616
asAbsoluteTime
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   617
    "return an AbsoluteTime object from the receiver - thats the receiver."
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   618
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   619
    ^ self
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   620
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   621
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   622
asDate
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   623
    "return a Date object from the receiver.
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   624
     The returned date will only represent the day - not the timeOfDay."
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   625
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   626
    ^ Date fromOSTime:osTime 
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   627
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   628
    "
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   629
     AbsoluteTime now  
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   630
     AbsoluteTime now asDate
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   631
     (AbsoluteTime now addTime:3600) asDate 
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   632
     (AbsoluteTime now addTime:3600) asTime 
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   633
     AbsoluteTime fromSeconds:(AbsoluteTime now asSeconds + 3600) 
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   634
     (AbsoluteTime fromSeconds:(AbsoluteTime now asSeconds + 3600)) asDate  
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   635
    "
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   636
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   637
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   638
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   639
asSeconds
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   640
    "return the number of seconds elapsed since whatever time the
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   641
     OperatingSystem bases its time upon. Since this is totally
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   642
     OS-dependent, do not interpret the value returned by this method.
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   643
     You can use it to add/subtract seconds or get time deltas, though."
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   644
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   645
    ^ self getSeconds
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   646
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   647
    "
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   648
     AbsoluteTime now asSeconds
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   649
     AbsoluteTime fromSeconds:(AbsoluteTime now asSeconds + 3600) 
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   650
     Time hour:23 minutes:33 seconds:0         
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   651
     Time fromSeconds:((Time hour:23 minutes:33 seconds:0) asSeconds + 3600) 
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   652
    "
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   653
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   654
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   655
asTime
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   656
    "return a Time object from the receiver.
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   657
     The returned time will only represent the timeOfDay - not the day."
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   658
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   659
    ^ Time fromOSTime:osTime
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   660
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   661
    "
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   662
     AbsoluteTime now  
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   663
     AbsoluteTime now asTime
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   664
     (AbsoluteTime now addTime:3600) asTime 
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   665
    "
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   666
! !
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   667
213
3b56a17534fd *** empty log message ***
claus
parents: 154
diff changeset
   668
!AbsoluteTime methodsFor:'printing & storing'!
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   669
4843
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   670
addPrintBindingsTo:dict
4930
edb87412f76d month vs. mon in formatString
Claus Gittinger <cg@exept.de>
parents: 4906
diff changeset
   671
    |d m y s|
4843
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   672
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   673
    OperatingSystem computeDatePartsOf:osTime for:[
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   674
        :year :month :day | d := day. m := month. y := year.
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   675
    ].
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   676
    super addPrintBindingsTo:dict.
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   677
    dict at:#day put:(d printString leftPaddedTo:2 with:$0).
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   678
    dict at:#dayInWeek put:(self dayInWeek).
4930
edb87412f76d month vs. mon in formatString
Claus Gittinger <cg@exept.de>
parents: 4906
diff changeset
   679
    dict at:#month put:(s := m printString leftPaddedTo:2 with:$0).
edb87412f76d month vs. mon in formatString
Claus Gittinger <cg@exept.de>
parents: 4906
diff changeset
   680
    dict at:#mon put:s.   "/ for backward compatibility only
4843
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   681
    dict at:#year put:(y printString leftPaddedTo:4 with:$0).
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   682
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   683
    dict at:#Day put:d printString.
4930
edb87412f76d month vs. mon in formatString
Claus Gittinger <cg@exept.de>
parents: 4906
diff changeset
   684
    dict at:#Month put:(s := m printString).
edb87412f76d month vs. mon in formatString
Claus Gittinger <cg@exept.de>
parents: 4906
diff changeset
   685
    dict at:#Mon put:s.   "/ for backward compatibility only
4843
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   686
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   687
    "
4930
edb87412f76d month vs. mon in formatString
Claus Gittinger <cg@exept.de>
parents: 4906
diff changeset
   688
     AbsoluteTime now printOn:Transcript format:'%(day):%(month)'. Transcript cr.      
4843
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   689
     AbsoluteTime now printOn:Transcript format:'%(dayInWeek)'. Transcript cr.      
4930
edb87412f76d month vs. mon in formatString
Claus Gittinger <cg@exept.de>
parents: 4906
diff changeset
   690
     AbsoluteTime now printOn:Transcript format:'%(Day)-%(month)-%(year) %h:%m:%s.%i'. Transcript cr.      
4843
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   691
     AbsoluteTime now printOn:Transcript. Transcript cr
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   692
    "
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   693
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   694
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   695
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   696
!
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   697
5290
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   698
printGeneralizedOn:aStream
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   699
    "append a representation of the receiver to aStream in a general format,
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   700
     top-down, without separtors: 'yyyymmddHHMMSS.mmm+0100'
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   701
     This format is used for the ASN.1 GeneralizedTime as defined in X.208 Sec. 33,
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   702
     so read this before changing the output format."
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   703
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   704
    |t off|
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   705
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   706
    t := OperatingSystem computeTimeAndDateFrom:osTime.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   707
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   708
    (t at:1) printOn:aStream leftPaddedTo:4 with:$0.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   709
    (t at:2) printOn:aStream leftPaddedTo:2 with:$0.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   710
    (t at:3) printOn:aStream leftPaddedTo:2 with:$0.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   711
    (t at:4) printOn:aStream leftPaddedTo:2 with:$0. 
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   712
    (t at:5) printOn:aStream leftPaddedTo:2 with:$0.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   713
    (t at:6) printOn:aStream leftPaddedTo:2 with:$0.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   714
    aStream nextPut:$..
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   715
    (t at:9) printOn:aStream leftPaddedTo:3 with:$0.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   716
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   717
    off := t at:7.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   718
    off == 0 ifTrue:[
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   719
        aStream nextPut:$Z.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   720
    ] ifFalse:[ |min|
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   721
        off < 0 ifTrue:[
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   722
            aStream nextPut:$+.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   723
            off := off negated.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   724
        ] ifFalse:[
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   725
            aStream nextPut:$-.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   726
        ].
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   727
        min := off // 60.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   728
        min // 60 printOn:aStream leftPaddedTo:2 with:$0.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   729
        min \\ 60 printOn:aStream leftPaddedTo:2 with:$0.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   730
    ].
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   731
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   732
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   733
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   734
    "
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   735
     AbsoluteTime now asn1PrintOn:Transcript. Transcript cr. 
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   736
     (AbsoluteTime fromSeconds:0) asn1PrintOn:Transcript. Transcript cr.
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   737
     Time now printOn:Transcript. Transcript cr.           
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   738
     Date today printOn:Transcript. Transcript cr.        
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   739
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   740
     Time now asAbsoluteTime asn1PrintOn:Transcript. Transcript cr.           
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   741
     AbsoluteTime now asn1PrintOn:Transcript. Transcript cr. 
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   742
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   743
     Date today asAbsoluteTime asn1PrintOn:Transcript. Transcript cr.           
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   744
     Date today printOn:Transcript. Transcript cr.           
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   745
    "
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   746
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   747
    "Modified: / 1.7.1996 / 15:20:59 / cg"
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   748
    "Modified: / 17.1.2000 / 15:53:02 / stefan"
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   749
!
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   750
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   751
printOn:aStream
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   752
    "append a user readable representation of the receiver to aStream.
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   753
     The format is compatible with readFromString:, but not with readFrom:."
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   754
4843
3a4484b834dd better printing
Claus Gittinger <cg@exept.de>
parents: 4839
diff changeset
   755
    self printOn:aStream format:'%(Day)-%(mon)-%(year) %h:%m:%s.%i'  
92
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   756
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   757
    "
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   758
     AbsoluteTime now printOn:Transcript. Transcript cr. 
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   759
     (AbsoluteTime fromSeconds:0) printOn:Transcript. Transcript cr.
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   760
     Time now printOn:Transcript. Transcript cr.           
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   761
     Date today printOn:Transcript. Transcript cr.        
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   762
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   763
     Time now asAbsoluteTime printOn:Transcript. Transcript cr.           
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   764
     AbsoluteTime now printOn:Transcript. Transcript cr. 
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   765
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   766
     Date today asAbsoluteTime printOn:Transcript. Transcript cr.           
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   767
     Date today printOn:Transcript. Transcript cr.           
92
0c73b48551ac *** empty log message ***
claus
parents: 82
diff changeset
   768
    "
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   769
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   770
    "Modified: 1.7.1996 / 15:20:59 / cg"
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   771
!
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   772
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   773
storeOn:aStream
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   774
    "store the receiver in a format suitable for reconstruction of the
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   775
     receiver via readFrom:"
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   776
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   777
    aStream nextPut:$(; 
242
0190f298e56c added more addXXX/subtractXXX methods
claus
parents: 241
diff changeset
   778
	    nextPutAll:self class name; 
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   779
	    nextPutAll:' new setSeconds:'.
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   780
    self getSeconds storeOn:aStream.
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   781
    aStream nextPut:$).
54
06dbdeeed4f9 *** empty log message ***
claus
parents: 30
diff changeset
   782
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   783
    "
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   784
     AbsoluteTime now storeString 
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   785
275
a76029ddaa98 *** empty log message ***
claus
parents: 242
diff changeset
   786
     AbsoluteTime readFrom:(AbsoluteTime now storeString) readStream
241
6f30be88e314 *** empty log message ***
claus
parents: 213
diff changeset
   787
    "
30
c5f5604e0c0a Initial revision
claus
parents:
diff changeset
   788
! !
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   789
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   790
!AbsoluteTime methodsFor:'private'!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   791
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   792
fromOSTime:anUninterpretedOSTime
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   793
    "strictly private: set the seconds from an OS time (since whatever)"
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   794
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   795
    osTime := anUninterpretedOSTime
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   796
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   797
    "Created: 1.7.1996 / 14:33:21 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   798
!
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   799
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   800
getMilliseconds
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   801
    "strictly private: return the milliseconds (since whatever)"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   802
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   803
    ^ osTime
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   804
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   805
    "Created: 1.7.1996 / 14:33:56 / cg"
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   806
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   807
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   808
getSeconds
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   809
    "strictly private: return the seconds (since whatever)"
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   810
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   811
    ^ osTime // 1000
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   812
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   813
    "Modified: 1.7.1996 / 14:33:44 / cg"
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   814
!
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   815
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   816
setMilliseconds:millis
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   817
    "strictly private: set the milliseconds (since whatever)"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   818
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   819
    osTime := millis.
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   820
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   821
    "Modified: 20.12.1995 / 11:46:36 / stefan"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   822
    "Created: 1.7.1996 / 14:34:24 / cg"
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   823
!
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   824
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   825
setSeconds:secs
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   826
    "strictly private: set the seconds (since whatever)"
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   827
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   828
    osTime := secs * 1000.
795
ff477bad0f2d fix setSeconds:
Stefan Vogel <sv@exept.de>
parents: 699
diff changeset
   829
ff477bad0f2d fix setSeconds:
Stefan Vogel <sv@exept.de>
parents: 699
diff changeset
   830
    "Modified: 20.12.1995 / 11:46:36 / stefan"
1501
2589005c849d time changes
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
   831
    "Modified: 1.7.1996 / 14:34:10 / cg"
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   832
! !
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   833
5290
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   834
2311
88b035dd471a New Method: #secondsSince1970.
Stefan Vogel <sv@exept.de>
parents: 1701
diff changeset
   835
!AbsoluteTime class methodsFor:'documentation'!
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   836
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   837
version
5290
f26854f0f074 Add #printGeneralizedOn:
Stefan Vogel <sv@exept.de>
parents: 4930
diff changeset
   838
    ^ '$Header: /cvs/stx/stx/libbasic/Timestamp.st,v 1.47 2000-03-02 17:21:57 stefan Exp $'
699
12f456343eea checkin from browser
Claus Gittinger <cg@exept.de>
parents: 569
diff changeset
   839
! !