Issue 3264 in pharo: Locale>>#primTimezone fails on Squeak 5

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

Issue 3264 in pharo: Locale>>#primTimezone fails on Squeak 5

pharo
Status: New
Owner: ----

New issue 3264 by sven.van.caekenberghe: Locale>>#primTimezone fails on  
Squeak 5
http://code.google.com/p/pharo/issues/detail?id=3264

We are currently working on version 1.2, so please verify your issue with
the latest 1.2 Unstable version  before reporting it - we improved a lot
the system.

If you fill an issue for the first time, please read "How to report bugs"
at http://www.pharo-project.org/community/issue-tracking

Pharo image: Pharo | Pharo-core
Pharo core version: <copy from World/System/About>
Virtual machine used: <ex: pharo-vm-0.15.2f-linux>
Class browser used (if applicable): <ex: O2PackageBrowserAdaptor. If you
don't know, print "SystemBrowser default">

Steps to reproduce:
1.
2.
3.


Paste or attach stack trace if applicable (look at the file PharoDebug.log
located in the same directory as your image):



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3264 in pharo: Locale>>#primTimezone fails on Squeak 5

pharo

Comment #1 on issue 3264 by sven.van.caekenberghe: Locale>>#primTimezone  
fails on Squeak 5
http://code.google.com/p/pharo/issues/detail?id=3264

OK, I hit Return way to fast ;-)

So Locale>>#primTimezone always returns 0 on Squeak 5.8b12 on Mac OS X,  
while it works OK on Cog r2316. This results in things like TimeStamp now  
always having a zero offset and TimeStamp now asUTC not making a difference.

Sven


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3264 in pharo: Locale>>#primTimezone fails on Squeak 5

pharo

Comment #2 on issue 3264 by [hidden email]:  
Locale>>#primTimezone fails on Squeak 5
http://code.google.com/p/pharo/issues/detail?id=3264

Perhaps primTimezone should fail the method when it does not find the  
locale primitive.
The 5.8b12 beta test VM did not ship with the new Locale plugin. Or any  
plugins..