Advertisement
TDCustmerSupportJP

Untitled

Aug 9th, 2017
22,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. boolean TD_TIME_RANGE(
  2.         int/long unix_timestamp,     #1. 主に time カラム
  3.         int/long/string start_time,  #2. 開始時間の時間文字列
  4.         int/long/string end_time     #3. 終了時間の時間文字列
  5.         [, string default_timezone = 'UTC'] #4. Timezone
  6. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement