[Glass] fix to /opt/gemstone/product/upgrade/installtimezone.txt for OSX

Mariano Martinez Peck marianopeck at gmail.com
Mon Jan 20 14:23:06 PST 2014


Hi guys,

Such a file does at some point:

useOSTimeZone
  ifTrue:
    [ osName := System gemVersionReport at: #osName.
    osName = 'Linux' ifTrue: [ aTimeZone := TimeZone fromLinux ].
    osName = 'SunOS' ifTrue: [ aTimeZone := TimeZone fromSolaris ].
    ].

So no OSX entry there... just replacing that for

useOSTimeZone
  ifTrue:
    [ aTimeZone := TimeZone fromOS .
    ].

seems to work.

Cheers,

-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140120/384ab388/attachment.html>


More information about the Glass mailing list