The Trunk: Kernel-dtl.484.mcz

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

The Trunk: Kernel-dtl.484.mcz

commits-2
David T. Lewis uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-dtl.484.mcz

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

Name: Kernel-dtl.484
Author: dtl
Time: 22 August 2010, 11:01:16.199 pm
UUID: 54ee9807-a918-47fb-b619-b54b49c816e0
Ancestors: Kernel-nice.483

Remove Time class>>primUtcWithOffset (introduced in Kernel-dtl.476). The underlying mechanism for representing UTC and offset remains under discussion on the vm-dev list, so this method should not be introduced in trunk without an agreed approach.

=============== Diff against Kernel-nice.483 ===============

Item was removed:
- ----- Method: Time class>>primUtcWithOffset (in category 'clock') -----
- primUtcWithOffset
- "Answer an array with UTC microseconds since the Posix epoch and
- the current seconds offset from GMT in the local time zone."
-
- <primitive: 'primitiveUtcWithOffset'>
- ^ { 0 . 0 }!