datetime TimeLocal( )
Returns local computer time as number of seconds elapsed from 00:00 January 1, 1970.
ローカル コンピュータの時間を1970年1月1日 00:00 から経過秒の数値で返します。
Note: At the testing, local time is modelled and is the same as the modelled last known server time.
注意:テストでは、ローカル時刻はモデル化されており、最後に知り得たサーバ時刻のモデル化と同じです。
Sample:
サンプル:
1 | if(TimeLocal()-OrderOpenTime()<360) return(0); |