Changeset 1731:a4c634fe6853
- Timestamp:
- Dec 26, 2018, 8:52:16 PM (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ftputil/host.py
r1723 r1731 318 318 """ 319 319 Return the given time shift in seconds, but rounded to 320 full hours. The argument is also assumed to be given in320 15-minute units. The argument is also assumed to be given in 321 321 seconds. 322 322 """ 323 323 minute = 60.0 324 hour = 60.0 * minute325 324 # Avoid division by zero below. 326 325 if time_shift == 0:
Note: See TracChangeset
for help on using the changeset viewer.