[script, webapp]时间本地时区格式化 (#35)

This commit is contained in:
tomsun28
2022-03-17 15:09:08 +08:00
committed by GitHub
parent 88b03448e3
commit f710795f0f
13 changed files with 47 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
set names utf8mb4;
drop database if exists hertzbeat;
create database hertzbeat;
use hertzbeat;
-- ----------------------------