View Issue Details

IDProjectCategoryView StatusLast Update
0000094CAMAP/InterAMAP44CAMAPpublic2023-08-31 01:26
Reportermichaeldelhaye Assigned ToAmaury  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
PlatformGandiVPSOSDebianOS Version11
Product Versionv1.0.1 
Target Versionv1.0.2Fixed in Versionv1.0.2 
Summary0000094: CAMAP fonctionne en UTC ? Problème TZ sur containers
Description

Bonjour, Je constate un souci avec la date d'ouverture de commandes sur contrat AMAP variable. Ca doit être un problème de fuseau horaire sur le serveur. Il y a un décalage de 2h entre l'heure configurée et l'heure appliquée. Il est 9:55. Les commandes ouvrent aujourd'hui à 8:00 sur mon contrat AMAP variable mais il n'apparaît pas encore dans les commandes ouvertes en page d'accueil "Commandes". Si je configure l'ouverture des commandes sur ce contrat à 7:00, le contrat apparaît en page d'accueil "Commandes". Si je configure à nouveau l'ouverture des commandes à 8:00, il disparaît. Pourriez-vous y regarder ? Michaël Delhaye, GASAP Gray Moineaux (Bruxelles, Belgique)

TagsNo tags attached.

Activities

Amaury

2023-08-02 12:13

administrator   ~0000127

image.png (38,656 bytes)   
image.png (38,656 bytes)   
image-2.png (36,532 bytes)   
image-2.png (36,532 bytes)   
image-3.png (97,552 bytes)   
image-3.png (97,552 bytes)   
image-4.png (63,290 bytes)   
image-4.png (63,290 bytes)   

Amaury

2023-08-02 12:40

administrator   ~0000128

Last edited: 2023-08-02 12:54

Les containers docker sont en UTC, voir pour les passer en CET/CEST

Amaury

2023-08-02 12:54

administrator   ~0000129

Last edited: 2023-08-02 13:32

https://stackoverflow.com/questions/24551592/how-to-make-sure-dockers-time-syncs-with-that-of-the-host/51942316#51942316

En live:

export TZ="Europe/Paris"
echo "Europe/Paris" > /etc/timezone

Ajouter

ENV TZ="Europe/Paris" 
RUN echo "Europe/Paris" > /etc/timezone

dans le(s) Dockerfile

environment:
   - TZ="Europe/Paris" 

dans docker-compose.yml

Issue History

Date Modified Username Field Change
2023-08-02 12:11 Amaury New Issue
2023-08-02 12:12 Amaury Description Updated
2023-08-02 12:13 Amaury Note Added: 0000127
2023-08-02 12:13 Amaury File Added: image.png
2023-08-02 12:13 Amaury File Added: image-2.png
2023-08-02 12:13 Amaury File Added: image-3.png
2023-08-02 12:13 Amaury File Added: image-4.png
2023-08-02 12:15 Amaury Reporter Amaury => michaeldelhaye
2023-08-02 12:40 Amaury Note Added: 0000128
2023-08-02 12:40 Amaury Note Edited: 0000128
2023-08-02 12:41 Amaury Note Edited: 0000128
2023-08-02 12:41 Amaury Note Edited: 0000128
2023-08-02 12:54 Amaury Note Edited: 0000128
2023-08-02 12:54 Amaury Summary CAMAP fonctionne en UTC ? => CAMAP fonctionne en UTC ? Problème TZ sur containers
2023-08-02 12:54 Amaury Note Edited: 0000128
2023-08-02 12:54 Amaury Note Added: 0000129
2023-08-02 12:55 Amaury Note Edited: 0000129
2023-08-02 12:57 Amaury Note Edited: 0000129
2023-08-02 12:58 Amaury Note Edited: 0000129
2023-08-02 12:59 Amaury Description Updated
2023-08-02 12:59 Amaury Description Updated
2023-08-02 13:16 Amaury Note Edited: 0000129
2023-08-02 13:22 Amaury Note Edited: 0000129
2023-08-02 13:32 Amaury Note Edited: 0000129
2023-08-02 15:27 Amaury Assigned To => Amaury
2023-08-02 15:27 Amaury Status new => resolved
2023-08-02 15:27 Amaury Resolution open => fixed
2023-08-02 15:27 Amaury Fixed in Version => v1.0.2
2023-08-02 15:28 Amaury Target Version => v1.0.2
2023-08-31 01:26 Amaury Status resolved => closed