NCEPLIBS-w3emc 2.12.0
|
Converts an ncep absolute date and time to another time zone. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3ctzdat (ntz, idat, jdat) |
THis subprogram converts an ncep absolute date and time to another time zone. | |
Converts an ncep absolute date and time to another time zone.
Definition in file w3ctzdat.f.
subroutine w3ctzdat | ( | ntz, | |
integer, dimension(8) | idat, | ||
integer, dimension(8) | jdat | ||
) |
THis subprogram converts an ncep absolute date and time to another time zone.
Program history log:
[in] | NTZ | Integer new time zone differential from utc in signed hh or hhmm format (if ntz is invalid, no change is made.) |
[in] | IDAT | Integer (8) ncep absolute date and time (year, month, day, time zone, hour, minute, second, millisecond) |
[out] | JDAT | Integer (8) ncep absolute date and time (year, month, day, time zone, hour, minute, second, millisecond) |
Definition at line 20 of file w3ctzdat.f.