The period returned will have fields for hour, minute and second.
Note that for negative offsets, the values in the period will all be negative.
For example, +02:45 will be converted to P2H45M while -01:15 will be converted to P-1H-15M. @return the period equivalent to the zone offset amount, never null
|
|
|
|