Reactive-Resume icon indicating copy to clipboard operation
Reactive-Resume copied to clipboard

[Birthday is not Getting displayed properly]

Open Anic10x3 opened this issue 2 years ago • 3 comments

Birthdate not getting displayed properly

Product Flavor ALL Apps

  • [ ] Managed (https://rxresu.me)
  • [ ] Self Hosted

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

  1. Select Birthdate , the format is MM-DD-YYYYY. Ex: My birthdate is 10th Oct 1995, so I need to select 10(Month)-11(Day) -1995(Year) in the app, to get the date perfect. It is always showing one day less.

Screenshots image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser : Chrome
  • Version - 104.0.5112.102

Anic10x3 avatar Aug 28 '22 06:08 Anic10x3

image Bottom right you can set the date format

kgotso avatar Aug 29 '22 19:08 kgotso

Same problem, the date has one day's error sometimes

lijie97 avatar Sep 01 '22 08:09 lijie97

if you are running it by docker, add your own timezone to the docker-compose.yaml and .env file.

e.g.

in docker-compose.yaml both server and client container section

environment:
      - TZ=Asia/Shanghai

in docker-compose.yaml prostre container section

environment:
      - TZ=Asia/Shanghai
      - PGTZ=Asia/Shanghai

in .env file

- TZ=Asia/Shanghai

huzheyi avatar Sep 15 '22 09:09 huzheyi