Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Resolve CLIMATE-470. Merge PR #70.
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Jun 8, 2014
2 parents 86131eb + 5290df2 commit a09757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocw/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def parse_time_base(time_format):
'%Y:%m:%d:%H:%M:%S', '%Y-%m-%d-%H:%M:%S', '%Y-%m-%d %H:%M:%S',
'%Y/%m/%d%H:%M:%S', '%Y-%m-%d %H:%M', '%Y/%m/%d %H:%M',
'%Y:%m:%d %H:%M', '%Y%m%d %H:%M', '%Y-%m-%d', '%Y/%m/%d',
'%Y:%m:%d', '%Y%m%d', '%Y-%m-%d %H:%M:%S.%f'
'%Y:%m:%d', '%Y%m%d', '%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H',
]

# Attempt to match the base time string with a possible format parsing string.
Expand Down

0 comments on commit a09757f

Please sign in to comment.