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 376259e commit caba47bCopy full SHA for caba47b
pygmt/src/solar.py
@@ -59,7 +59,8 @@ def solar(
59
string or any datetime-like object recognized by :func:`pandas.to_datetime`. The
60
time can be specified in UTC or using a UTC offset. The offset must be an
61
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].
+ are truncated towards zero (e.g., -8.5 becomes -8 and +5.5 becomes +5). [Default
63
+ is the current UTC date and time].
64
{region}
65
{projection}
66
{frame}
0 commit comments