NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3ctzdat.f File Reference

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.
 

Detailed Description

Converts an ncep absolute date and time to another time zone.

Author
Mark Iredell
Date
1998-01-05

Definition in file w3ctzdat.f.

Function/Subroutine Documentation

◆ w3ctzdat()

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:

  • Mark Iredell 1998-01-05
Parameters
[in]NTZInteger new time zone differential from utc in signed hh or hhmm format (if ntz is invalid, no change is made.)
[in]IDATInteger (8) ncep absolute date and time (year, month, day, time zone, hour, minute, second, millisecond)
[out]JDATInteger (8) ncep absolute date and time (year, month, day, time zone, hour, minute, second, millisecond)
Author
Mark Iredell
Date
1998-01-05

Definition at line 20 of file w3ctzdat.f.