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 821 del file datetime_class.F90.
823 ALLOCATE(dateiso(
SIZE(this)))
824 INQUIRE(unit, form=form)
825 IF (form ==
'FORMATTED')
THEN
826 READ(unit,
'(A23,1X)')dateiso
830 DO i = 1,
SIZE(dateiso)
831 CALL init(this(i), isodate=dateiso(i))
835 END SUBROUTINE datetime_vect_read_unit