Skip to content

Commit a25eacd

Browse files
committed
fix: add the reference to tz website
1 parent ac3afd7 commit a25eacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geetools/ee_date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def to_datetime(self, tz: str | ZoneInfo = ZoneInfo("UTC")) -> datetime:
9696
the timezone from it, thus it must be passed as argument.
9797
9898
Args:
99-
tz: time zone. Defaults to UTC.
99+
tz: time zone, defaulted to "UTC". Other names can be found here: https://www.joda.org/joda-time/timezones.html
100100
101101
Returns:
102102
The :py:class:`datetime.datetime` representation of the :py:class:`ee.Date`.

0 commit comments

Comments
 (0)