We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7d449 commit 6d57d32Copy full SHA for 6d57d32
src/mdio/converters/segy.py
@@ -199,7 +199,7 @@ def segy_to_mdio(
199
)
200
201
# Get UTC time, then add local timezone information offset.
202
- iso_datetime = datetime.now(timezone.utc).astimezone().isoformat()
+ iso_datetime = datetime.now(timezone.utc).isoformat()
203
204
write_attribute(name="created", zarr_group=zarr_root, attribute=iso_datetime)
205
write_attribute(name="api_version", zarr_group=zarr_root, attribute=API_VERSION)
0 commit comments