The parse will use the zone and chronology specified on this formatter.
If the text contains a time zone string then that will be taken into account in adjusting the time of day as follows. If the {@link #withOffsetParsed()} has been called, then the resultingDateTime will have a fixed offset based on the parsed time zone. Otherwise the resulting DateTime will have the zone of this formatter, but the parsed zone may have caused the time to be adjusted. @param text the text to parse, not null @return the parsed date-time, never null @throws UnsupportedOperationException if parsing is not supported @throws IllegalArgumentException if the text to parse is invalid
The parse will use the zone and chronology specified on this formatter.
If the text contains a time zone string then that will be taken into account in adjusting the time of day as follows. If the {@link #withOffsetParsed()} has been called, then the resultingDateTime will have a fixed offset based on the parsed time zone. Otherwise the resulting DateTime will have the zone of this formatter, but the parsed zone may have caused the time to be adjusted. @param text the text to parse @return parsed value in a DateTime object @throws UnsupportedOperationException if parsing is not supported @throws IllegalArgumentException if the text to parse is invalid
The parse will use the zone and chronology specified on this formatter.
If the text contains a time zone string then that will be taken into account in adjusting the time of day as follows. If the {@link #withOffsetParsed()} has been called, then the resultingDateTime will have a fixed offset based on the parsed time zone. Otherwise the resulting DateTime will have the zone of this formatter, but the parsed zone may have caused the time to be adjusted. @param text the text to parse @return parsed value in a DateTime object @throws UnsupportedOperationException if parsing is not supported @throws IllegalArgumentException if the text to parse is invalid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|