Skip to content

Commit

Permalink
Merge 63b5b32 into a934409
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Dec 2, 2018
2 parents a934409 + 63b5b32 commit 5839c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cftime/_cftime.pyx
Expand Up @@ -65,7 +65,7 @@ class real_datetime(datetime_python):
@property
def dayofyr(self):
return self.timetuple().tm_yday
nanonsecond = 0 # workaround for pandas bug (cftime issue #77)
nanosecond = 0 # workaround for pandas bug (cftime issue #77)

# start of the gregorian calendar
gregorian = real_datetime(1582,10,15)
Expand Down

0 comments on commit 5839c5a

Please sign in to comment.