[squeak-dev] The Trunk: 51Deprecated-bf.18.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 18 22:59:46 UTC 2016


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!



More information about the Squeak-dev mailing list