perl-5.38.0
gmtime EXPR
gmtime

Works just like localtime, but the returned values are localized for the standard Greenwich time zone.

localtime と同様に働きますが、返り値はグリニッジ標準時に ローカライズされています。

Note: When called in list context, $isdst, the last value returned by gmtime, is always 0. There is no Daylight Saving Time in GMT.

注意: リストコンテキストで呼び出した時、gmtime が返す末尾の値である $isdst は常に 0 です。 GMT には夏時間はありません。

Portability issues: "gmtime" in perlport.

移植性の問題: "gmtime" in perlport