[bug] Time does not match when upload GPX files
Checklist
- [x] Describe the bug.
- [x] Copy of the output/log.
- [x] Include your
.envfile. - [x] Steps to Reproduce
- [x] The exact command that failed. This is what you typed at the command line, including any options.
- [x] FitTrackee version, this is reported by
pip show fittrackee - [x] Operating System and Python Version
- [x] Installed Python packages
Describe the bug
The staring Time does not match with the GPX files, perhaps issue with timezone ?
Copy of the output/log
no entries in logs found
Include the .env file
Custom variables initialisation
(can overwrite variables present in Makefile.config)
Application
export FLASK_APP=fittrackee
export FLASK_SKIP_DOTENV=1 export HOST=0.0.0.0 export PORT=5000 export CLIENT_PORT=3000
export APP_SETTINGS=fittrackee.config.ProductionConfig
export APP_SECRET_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
export APP_WORKERS=
export APP_LOG=/home/user/fittrackee/fittrackee.log export UPLOAD_FOLDER=/home/user/fittrackee/uploads
PostgreSQL
export DATABASE_URL=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
export DATABASE_DISABLE_POOLING=
Redis (required for API rate limits and email sending)
export REDIS_URL=
API rate limits
export API_RATE_LIMITS="300 per 5 minutes"
Emails
export UI_URL= export EMAIL_URL= export SENDER_EMAIL=
export WORKERS_PROCESSES=
Workouts
export TILE_SERVER_URL=
export STATICMAP_SUBDOMAINS=
export MAP_ATTRIBUTION=
export DEFAULT_STATICMAP=False
Weather
available weather API providers: visualcrossing
To Reproduce
every gpx file listing is 2 houers behind recording in fittrackee listings
FitTrackee Version
0.9.9
Python Version
3.11
FitTrackee installation method
From PyPI
Operating System
GNU/Linux
Python Packages
No response
Hi!
is it possible to add a point from gpx file to get the time format? Thanks