This commit is contained in:
vc4
2021-08-25 09:44:20 +08:00
parent 57a6a44839
commit f975048488
5 changed files with 10 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import tkinter.scrolledtext
import tkinter.filedialog
import _locale
_locale._getdefaultlocate = (lambda *args: ['zh_CN', 'utf8'])
_locale._getdefaultlocale = (lambda *args: ['zh_CN', 'utf8'])
import time, datetime
def tsnow():