The Trunk: Chronology-Core-mt.49.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Chronology-Core-mt.49.mcz

commits-2
Marcel Taeumel uploaded a new version of Chronology-Core to project The Trunk:
http://source.squeak.org/trunk/Chronology-Core-mt.49.mcz

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

Name: Chronology-Core-mt.49
Author: mt
Time: 4 August 2019, 9:36:34.375314 am
UUID: 118bc15d-e640-1344-9342-a9b653675df8
Ancestors: Chronology-Core-dtl.48

Moves compatibility protocol back to 51Deprecated. I think it was moved here by accident.

=============== Diff against Chronology-Core-dtl.48 ===============

Item was removed:
- ----- Method: DateAndTime class>>nowWithOffset: (in category 'squeak protocol') -----
- nowWithOffset: aDuration
- "Answer time now as reported by #primitiveUtcWithOffset. If the primitive is not
- available, answer the Posix epoch with time zone offset aDuration."
-
- | timeArray |
- timeArray := Time posixMicrosecondClockWithOffset.
- ^ self utcMicroseconds: timeArray first offset: aDuration asSeconds
- !