diff --git a/latest/.doctrees/cli.doctree b/latest/.doctrees/cli.doctree index f22c8a7c5..44c55ba35 100644 Binary files a/latest/.doctrees/cli.doctree and b/latest/.doctrees/cli.doctree differ diff --git a/latest/.doctrees/environment.pickle b/latest/.doctrees/environment.pickle index e6a5c5f27..41dbf2ee0 100644 Binary files a/latest/.doctrees/environment.pickle and b/latest/.doctrees/environment.pickle differ diff --git a/latest/_modules/pyproj/sync.html b/latest/_modules/pyproj/sync.html index 8428d9ddd..3c3b5a02a 100644 --- a/latest/_modules/pyproj/sync.html +++ b/latest/_modules/pyproj/sync.html @@ -474,8 +474,7 @@
target_directory = get_user_data_dir(True)
local_path = Path(target_directory, "files.geojson")
if not local_path.exists() or (
- (datetime.utcnow() - datetime.fromtimestamp(local_path.stat().st_mtime)).days
- > 0
+ (datetime.now() - datetime.fromtimestamp(local_path.stat().st_mtime)).days > 0
):
_download_resource_file(
file_url=f"{get_proj_endpoint()}/files.geojson",