LTIME

9.174 LTIME — Convert time to local time info

Description:
Given a system time value TIME (as provided by the TIME8 intrinsic), fills VALUES with values extracted from it appropriate to the local time zone using localtime(3).
Standard:
GNU extension
Class:
Subroutine
Syntax:
CALL LTIME(TIME, VALUES)
Arguments:
TIME An INTEGER scalar expression corresponding to a system time, with INTENT(IN).
VALUES A default INTEGER array with 9 elements, with INTENT(OUT).
Return value:
The elements of VALUES are assigned as follows:
  1. Seconds after the minute, range 0–59 or 0–61 to allow for leap seconds
  2. Minutes after the hour, range 0–59
  3. Hours past midnight, range 0–23
  4. Day of month, range 0–31
  5. Number of months since January, range 0–12
  6. Years since 1900
  7. Number of days since Sunday, range 0–6
  8. Days since January 1
  9. Daylight savings indicator: positive if daylight savings is in effect, zero if not, and negative if the information is not available.
See also:
CTIME, GMTIME, TIME, TIME8

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-5.4.0/gfortran/LTIME.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部