Skip to content

Commit

Permalink
Update pygmt/src/x2sys_cross.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored May 28, 2024
1 parent b81e292 commit 870d9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/x2sys_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def x2sys_cross(
# Convert 3rd and 4th columns to datetime/timedelta for pandas output.
# These two columns have names "t_1"/"t_2" or "i_1"/"i_2".
# "t_1"/"t_2" means they are absolute datetimes.
# "i_1"/"i_2" means they are dummy times relative to unix epoch.
# "i_1"/"i_2" means they are dummy times.
# Internally, they are all represented as double-precision numbers in GMT,
# relative to TIME_EPOCH with the unit defined by TIME_UNIT.
# In GMT, TIME_UNIT can be 'y' (year), 'o' (month), 'w' (week), 'd' (day),
Expand Down

0 comments on commit 870d9c7

Please sign in to comment.