OutSystems Forge 日本語データベース

Epoch Date to DateTime

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-07-04 1.0.0 Tarun Shrivastava Oracle .NET Libraries
拡張機能は、Unixエポック(またはUnix時間またはPOSIX時間またはUnixタイムスタンプ)をOutsystems DateTimeに変換します。
Unixエポック(またはUnix時間またはPOSIX時間またはUnixタイムスタンプ)は、1970年1月1日(UTC / GMT午前0時)から経過した秒数で、うるう秒数はカウントされません(ISO 8601:1970-01-01T00:00 :00Z)。最終的にエポックはUnix時間0(1970年1月1日深夜)ですが、 'epoch'は 'Unix time'の同義語としてよく使われます。多くのUnixシステムは、エポック日付を符号付き32ビット整数 これは2038年1月19日(2038年問題または2038年問題)に問題を引き起こす可能性があります。 この拡張機能は、秒、ミリ秒、マイクロ秒のタイムスタンプを読み取り可能な日付に変換します。

[Overview]
The extension converts the Unix epoch (or Unix time or POSIX time or Unix timestamp) to Outsystems DateTime.
[Detail]
The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds (in ISO 8601: 1970-01-01T00:00:00Z).Literally speaking the epoch is Unix time 0 (midnight 1/1/1970), but 'epoch' is often used as a synonym for 'Unix time'.Many Unix systems store epoch dates as a signed 32-bit integer, which might cause problems on January 19, 2038 (known as the Year 2038 problem or Y2038). This extension converts timestamps in seconds, milliseconds and microseconds to readable dates.
戻る