hyperspy.tests.misc.test_date_time_tools module¶
-
hyperspy.tests.misc.test_date_time_tools.
dt1
= datetime.datetime(2014, 12, 27, 0, 0, tzinfo=tzfile('/usr/share/zoneinfo/UTC'))¶
-
hyperspy.tests.misc.test_date_time_tools.
dt2
= datetime.datetime(2124, 3, 25, 10, 4, 48, tzinfo=tzfile('/usr/share/zoneinfo/EST'))¶
-
hyperspy.tests.misc.test_date_time_tools.
dt3
= datetime.datetime(2016, 7, 12, 22, 57, 32)¶
-
hyperspy.tests.misc.test_date_time_tools.
iso1
= '2014-12-27T00:00:00+00:00'¶
-
hyperspy.tests.misc.test_date_time_tools.
iso2
= '2124-03-25T10:04:48-05:00'¶
-
hyperspy.tests.misc.test_date_time_tools.
iso3
= '2016-07-12T22:57:32'¶
-
hyperspy.tests.misc.test_date_time_tools.
md1
= └── General ├── date = 2014-12-27 ├── time = 00:00:00 └── time_zone = UTC ¶
-
hyperspy.tests.misc.test_date_time_tools.
md2
= └── General ├── date = 2124-03-25 ├── time = 10:04:48 └── time_zone = EST ¶
-
hyperspy.tests.misc.test_date_time_tools.
md3
= └── General ├── date = 2016-07-12 └── time = 22:57:32 ¶
-
hyperspy.tests.misc.test_date_time_tools.
serial1
= 42000.0¶
-
hyperspy.tests.misc.test_date_time_tools.
serial2
= 81900.62833333334¶
-
hyperspy.tests.misc.test_date_time_tools.
serial3
= 42563.95662037037¶
-
hyperspy.tests.misc.test_date_time_tools.
test_ISO_format_to_serial_date
()¶
-
hyperspy.tests.misc.test_date_time_tools.
test_datetime_to_serial_date
()¶
-
hyperspy.tests.misc.test_date_time_tools.
test_get_date_time_from_metadata
()¶
-
hyperspy.tests.misc.test_date_time_tools.
test_serial_date_to_ISO_format
()¶
-
hyperspy.tests.misc.test_date_time_tools.
test_update_date_time_in_metadata
()¶