Solution Francaise en bas:

Ok I figured this out based on another post that unfortunately wasn't clear enough. I will simply update the cut/paste from that users post.

Robson Maniasso 15 Sep 2016, 17:27
timezone is not set in recalbox.conf. I found a way to set to <TimeZone>.

Before you start you need to know what your timezone is. You can find the logic in other posts but they are all in the following folder: /usr/share/zoneinfo<Region/Local> IE: America/Moncton

1 - Remount your / filesystem to read-write
2 - Unkink the /etc/localtime since it is set to Europe/Paris
3 - create new symbolic link to <TimeZone>

Here are the corrected commands:
mount -o remount,rw /
unlink /etc/localtime
ln -s /usr/share/zoneinfo/America/Moncton /etc/localtime

You can then do date to test / reboot and check if it stuck

OK j'ai compris comment faire basee sur le poste d'une autre personne qui etait pas assez claire. J'ai simplement mis a jour son poste original.

Robson Maniasso 15 Sep 2016, 17:27
timezone is not set in recalbox.conf. I found a way to set to <TimeZone>.

Avant de commencer vous devez commencer par comprendre quel est votre fichier Timezone. La logic est dans autre post mais tout les tiezone sont dans le dossier suivant: /usr/share/zoneinfo<Region/Local> Ex: America/Moncton

1 - Remonter le filesystem a lecture/ecriture
2 - Enlever le lien vers /etc/localtime car il est par defaut a Europe/Paris
3 - cree un nouveau lien symbolique a <TimeZone>

Voici les commandes corrigee:
mount -o remount,rw /
unlink /etc/localtime
ln -s /usr/share/zoneinfo/America/Moncton /etc/localtime

Par la suite mettez la commande date pour tester et si c'est bon faite une commande reboot et sa va rester