fortplot
Examples
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
unix_seconds_to_datetime
Function
19 statements
Source File
fortplot_datetime.f90
fortplot_datetime
unix_seconds_to_datetime
Contents
public pure elemental function unix_seconds_to_datetime(seconds) result(dt)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int64),
intent(in)
::
seconds
Return Value
type(
datetime_t
)