Skip to content

Commit cfcbb47

Browse files
committed
fix: replace deprecated pytz property with tz
1 parent b4e93cd commit cfcbb47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/solarposition.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"outputs": [],
122122
"source": [
123123
"times = pd.date_range(start=datetime.datetime(2014,6,23), end=datetime.datetime(2014,6,24), freq='1Min')\n",
124-
"times_loc = times.tz_localize(tus.pytz)"
124+
"times_loc = times.tz_localize(tus.tz)"
125125
]
126126
},
127127
{

0 commit comments

Comments
 (0)