Initialize a datetime object with the current system time.
- Parametri
-
[in] | now | select the time for initialisation, datetime_utc for UTC (preferred) or datetime_local for local time |
Definizione alla linea 841 del file datetime_class.F90.
842 SUBROUTINE datetime_write_unit(this, unit)
843 TYPE(datetime),
INTENT(in) :: this
844 INTEGER,
INTENT(in) :: unit
846 CALL datetime_vect_write_unit((/this/), unit)
848 END SUBROUTINE datetime_write_unit