Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 61210a5

Browse files
committed
Showing time zone in docs.
Also using latest GitHub LICENSE file for MIT.
1 parent 753d191 commit 61210a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The MIT License (MIT)
1+
MIT License
22

33
Copyright (c) 2017 Robpol86
44

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sys.path.append(os.path.realpath(os.path.join(os.path.dirname(__file__), '..')))
1010
author = '@Robpol86'
1111
copyright = '{}, {}'.format(time.strftime('%Y'), author)
12-
html_last_updated_fmt = '%c'
12+
html_last_updated_fmt = '%c {}'.format(time.tzname[time.localtime().tm_isdst])
1313
master_doc = 'index'
1414
project = __import__('setup').NAME
1515
pygments_style = 'friendly'

0 commit comments

Comments
 (0)