• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Patched MySQL plugin
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patched MySQL plugin


  • Subject: Re: Patched MySQL plugin
  • From: Ramsey Gurley <email@hidden>
  • Date: Fri, 1 Oct 2010 16:34:16 -0400


On Oct 1, 2010, at 3:25 PM, Ray Kiddy wrote:


On Oct 1, 2010, at 11:54 AM, Ramsey Gurley wrote:

Aaaaand, I'm wrong

GregorianCalendar gc = new GregorianCalendar(2009,2,13,14,36,45);
TimeZone pst = TimeZone.getTimeZone( "PST" );
TimeZone est = TimeZone.getTimeZone( "EST" );
gc.setTimeZone( pst );
System.out.println(gc.getTimeInMillis());
gc.setTimeZone( est );
System.out.println(gc.getTimeInMillis());


gives me output of:

1236980205000
1236980205000

D'oh! I'll go back to *not* thinking about dates again. (^_^) Word to the wise... Chuck Hill is always right.

Ramsey

Now if we could get Chuck to write all of our code, we would be golden!


Until then, some of us have to figure out something to do. Maybe we can use joda! :-)

- ray


It sounds like Joda has lots of fans. Does anyone who has worked with it know if they have immutable data types?


Ramsey
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Patched MySQL plugin
      • From: Mike Schrag <email@hidden>
References: 
 >Re: Patched MySQL plugin (From: Ray Kiddy <email@hidden>)
 >Re: Patched MySQL plugin (From: Ramsey Gurley <email@hidden>)
 >Re: Patched MySQL plugin (From: Chuck Hill <email@hidden>)
 >Re: Patched MySQL plugin (From: Ramsey Gurley <email@hidden>)
 >Re: Patched MySQL plugin (From: Ramsey Gurley <email@hidden>)
 >Re: Patched MySQL plugin (From: Ray Kiddy <email@hidden>)

  • Prev by Date: Re: WallTime class (was: Re: Patched MySQL plugin)
  • Next by Date: Re: Patched MySQL plugin
  • Previous by thread: Re: Patched MySQL plugin
  • Next by thread: Re: Patched MySQL plugin
  • Index(es):
    • Date
    • Thread