datetime.LocalPrint | R Documentation |
将UTC时间使用本地时间进行显示,实际存储还是UTC时间
datetime.LocalPrint(x, timeZone = Sys.timezone())
x |
标准PISIXct格式日期 |
timeZone |
时区名,详细见timeZoneNames |
显示当天的时间格式,存储保持不变
datetime.LocalPrint(datetime('2018-02-16 12:31:47'),'PRC');
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.