Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #70 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Feb 24, 2024
2 parents 09b177a + 3bea870 commit ba3f39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit/timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
calc = (year + year / 4 - year / 100 + year / 400 +
(13 * month + 8) / 5 + day) % 7

week = ["Sun", "Mon", "Tues", "Wedness", "Thurs", "Fri", "Stur"]
week = ["Sun", "Mon", "Tues", "Wedness", "Thurs", "Fri", "Satur"]
cl_wk = week[int(calc)]

print(st_year + "/" + st_month + "/" + st_day + " : " + cl_wk + "day")
Expand Down

0 comments on commit ba3f39d

Please sign in to comment.