[squeak-dev] The Inbox: Chronology-Core-cmm.13.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 17 21:04:29 UTC 2018


Chris Muller uploaded a new version of Chronology-Core to project The Inbox:
http://source.squeak.org/inbox/Chronology-Core-cmm.13.mcz

==================== Summary ====================

Name: Chronology-Core-cmm.13
Author: cmm
Time: 17 October 2018, 4:04:08.832696 pm
UUID: 60718249-84a8-4dc2-aa94-4ba5c8e5addc
Ancestors: Chronology-Core-tcj.12

Fix DateAndTime today asDate = Date today even when not in GMT.

=============== Diff against Chronology-Core-tcj.12 ===============

Item was changed:
  ----- Method: Timespan>>= (in category 'ansi protocol') -----
  = comparand
  	^ self class = comparand class 
+ 		and: [((self noTimezone and: [comparand noTimezone])
- 		and: [((self noTimezone or: [ comparand noTimezone ])
  			ifTrue: [ self start hasEqualTicks: comparand start ]
  			ifFalse: [ self start = comparand start ])
  		and: [ self duration = comparand duration ] ]
  .!



More information about the Squeak-dev mailing list