changed test_ago.py
This commit is contained in:
parent
66d6afc7a4
commit
1cd38cf674
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ class FixedOffset(tzinfo):
|
|||
Adapted from Python's documentation about tzinfo objects:
|
||||
https://docs.python.org/2.7/library/datetime.html#tzinfo-objects
|
||||
"""
|
||||
|
||||
def __init__(self, offset):
|
||||
self._offset = timedelta(minutes=offset)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue