The Trunk: 51Deprecated-bf.18.mcz

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

The Trunk: 51Deprecated-bf.18.mcz

commits-2
Bert Freudenberg uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-bf.18.mcz

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

Name: 51Deprecated-bf.18
Author: bf
Time: 18 February 2016, 2:59:40.928391 pm
UUID: 88ef65c0-eb54-4a3c-872b-82f41eac96c0
Ancestors: 51Deprecated-mt.17

Deprecate DateAndTime class>>nowWithOffset:

=============== Diff against 51Deprecated-mt.17 ===============

Item was added:
+ ----- Method: DateAndTime class>>nowWithOffset: (in category '*51deprecated') -----
+ nowWithOffset: aDuration
+ self deprecated: 'use (... now offset: ...) instead'.
+ ^ self
+ now: self clock localMicrosecondClockWithOffset first
+ offset: aDuration!