JodaTime DateTimeZone

Overview

This article describes the usage of DateTimeZone

  1. Constructing DateTimeZone
  2. Get DateTimeZone Fields

Constructing DateTimeZone

DateTimeZone
can be constructed using the following ways:

  1. Default
  2. Using TimeZone Id
  3. Using Offset Hours from UTC
  4. Using Offset Hours and Minutes from UTC
  5. Using Offset Millis from UTC
  6. Using JDK TimeZone


Get DateTimeZone Fields

Fields in DateTimeZone fields like offset in millis, short name, name key and long name.


To start, click on the next arrow. If you find anything missing in the tutorials then please drop in your comments.

Leave a Comment