CABLE
Source Files
Modules
Procedures
Derived Types
Namelists
Program
localtime
Function
15 statements
Source File
datetime_module.f90
datetime_module
localtime
Contents
public pure elemental function localtime(epoch, tz)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int64),
intent(in)
::
epoch
real(kind=real64),
intent(in)
::
tz
local machine time zone information
Return Value
type(
datetime
)