On 17 April 2012 11:50, Steve Hathaway <shath...@e-z.net> wrote:
> Is January (month = 1 or 0)?

January is 1, December is 12

> Is the local timezone: -01 hours?

The local time zone is whatever you're machine has.

System.out.println(TimeZone.getDefault());  // Java's time zone
System.out.println(DateTimeZone.getDefault());  // Joda's time zone

Both time-zone classes have methods to get the offset at a particular instant.

Stephen

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to