Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Site output incorrect year at end of December #2207

Closed
FeralCatColonist opened this issue Jan 24, 2025 · 2 comments
Closed

Export Site output incorrect year at end of December #2207

FeralCatColonist opened this issue Jan 24, 2025 · 2 comments

Comments

@FeralCatColonist
Copy link

Describe the bug
Using the SiteManager's export() resulted in an incorrect year being applied for the last three days of December 2024.

To Reproduce
Steps to reproduce the behavior; would probably need to set your system clock back?

site_manager = arcgis.gis.server.SiteManager(server=gis_server, initialize=False)
site_manager.export(location=backup_location)

Screenshots

Image

Expected behavior
I would have expected the year to remain 2024 until January 1, 2025

Platform (please complete the following information):

  • Python API Version 2.4.0

Additional context
This behavior was also observed utilizing the WebGISDR utility.

@nanaeaubry
Copy link
Contributor

@FeralCatColonist Thanks for bringing this up, after looking, this is an issue coming from the REST API as we do not do any of the file creating for this method.
We will let them know about this bug and once they fix it, it'll reflect in the Python API

@nanaeaubry nanaeaubry removed the bug label Jan 27, 2025
@nanaeaubry
Copy link
Contributor

Please contact support to report the issue as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants