• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision385ee9200765f755f7f715b95d83caa094a4e7e2 (tree)
Zeit2020-01-06 17:39:52
AutorDan Villiom Podlaski Christiansen <dan@mage...>
CommiterDan Villiom Podlaski Christiansen

Log Message

fix initial weeks of the year

Ändern Zusammenfassung

Diff

diff -r 28d9f30b476a -r 385ee9200765 menu.py
--- a/menu.py Tue Dec 10 09:58:32 2019 +0100
+++ b/menu.py Mon Jan 06 09:39:52 2020 +0100
@@ -55,7 +55,7 @@
5555 def get_menu(dt, url):
5656 locale.setlocale(locale.LC_ALL, 'da_DK.UTF-8')
5757
58- weeknum = str(int(dt.strftime('%V')))
58+ weeknum = dt.strftime('%V')
5959 weekday = dt.strftime('%A')
6060 month = dt.strftime('%b').rstrip('.')
6161