Skip to content

Commit

Permalink
Merge pull request #77 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii committed Apr 3, 2024
2 parents 53f7ab4 + 8aa0d08 commit ca69ed0
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 @@ -32,7 +32,7 @@ def main():
(13 * month + 8) / 5 + day) % 7

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

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

Expand Down

0 comments on commit ca69ed0

Please sign in to comment.