date
number date(year,month,dayOfMonth,timeZone)
timeZoneの日付の深夜のタイムスタンプを返します。
注意!
月は、1-12 ではなく、0-11 です。
Parameters
year
— 年.
month
— 月, 0-11.
dayOfMonth
— 日, 1-31.
timeZone
— 任意の
タイムゾーン
、デフォルトは現在のタイムゾーンです。
Examples
expression
Result (デフォルト:日本)
date(2020, 0, 1)
1577804400
date(2050, 7, 25)
2544966000
date(2050, 7, 25, "America/Los_Angeles")
2545027200
Returns
日付のタイムスタンプ