diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-03 13:45:18 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-03 13:45:18 +0800 |
commit | a2a3ab494d4a7fddad4281d3f2554d6ee5cc8ff9 (patch) | |
tree | 1b58a81334037f9ea85ab1ac95d68f83e40fda2b /sh | |
parent | 4a999f17b7e76d3996a7db414a349a20572f3196 (diff) |
no more show Beijing timezome time because now I use it now because I moved
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/sbar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ sec=0 # MODULES update_time () { - time="$(date '+%a %m/%d %H:%M') $(TZ=Asia/Shanghai date '+/%d %H:') $(date -u '+/%d %H:')" + time="$(date '+%a %m/%d %H:%M') $(date -u '+/%d %H:')" } #update_cap () { |