[Pkg] Tasks: Tasks-Common-kph.41.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Dec 14 00:26:21 UTC 2008


A new version of Tasks-Common was added to project Tasks:
http://www.squeaksource.com/Tasks/Tasks-Common-kph.41.mcz

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

Name: Tasks-Common-kph.41
Author: kph
Time: 14 December 2008, 12:26:20 am
UUID: 720e151e-1348-4be4-93c9-c31d92b1ba44
Ancestors: Tasks-Common-kph.40

buildNumber returns a default timestamp

=============== Diff against Tasks-Common-kph.40 ===============

Item was changed:
  ----- Method: TasksRelease class>>buildNumber (in category 'as yet unclassified') -----
  buildNumber
+  
- 	| st |
  	^ self status at: #build ifAbsent: [ 
+ 		 DateAndTime now printYYMMDDHHSS: ':'. 
- 		st := DateAndTime now. 
- 		(st asDate printFormat: #(3 2 1 0  1 2 2)),':', st asTime hhmm24
  	]
  	
  "
  	self buildNumber
  "!



More information about the Packages mailing list