Skip to content

Commit caba47b

Browse files
committed
Clarify the truncation of time zone
1 parent 376259e commit caba47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygmt/src/solar.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def solar(
5959
string or any datetime-like object recognized by :func:`pandas.to_datetime`. The
6060
time can be specified in UTC or using a UTC offset. The offset must be an
6161
integer number of hours (e.g., -8 or +5); fractional hours (e.g., -8.5 or +5.5)
62-
are cast to integer. [Default is the current UTC date and time].
62+
are truncated towards zero (e.g., -8.5 becomes -8 and +5.5 becomes +5). [Default
63+
is the current UTC date and time].
6364
{region}
6465
{projection}
6566
{frame}

0 commit comments

Comments
 (0)