Skip to content

Commit

Permalink
license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed May 10, 2021
1 parent aa5e61f commit e54c8cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cf_units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,6 @@ def num2date(self, time_value, only_use_cftime_datetimes=False):
"""
cdf_utime = self.utime()

return _num2date_to_nearest_second(
time_value, cdf_utime,
only_use_cftime_datetimes=only_use_cftime_datetimes)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) British Crown Copyright 2016 - 2020, Met Office
# (C) British Crown Copyright 2016 - 2021, Met Office
#
# This file is part of cf-units.
#
Expand Down
2 changes: 1 addition & 1 deletion cf_units/tests/test_unit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# (C) British Crown Copyright 2010 - 2020, Met Office
# (C) British Crown Copyright 2010 - 2021, Met Office
#
# This file is part of cf-units.
#
Expand Down

0 comments on commit e54c8cd

Please sign in to comment.