# DateOperation类

对常用的各种日期操作进行封装使用。

get_current_timestamp

获取当前时间戳
myTool.get_current_timestamp()
显示代码