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

Configuration Error - system time #241

Closed
kimberleyhallifax opened this issue Jul 24, 2023 · 3 comments
Closed

Configuration Error - system time #241

kimberleyhallifax opened this issue Jul 24, 2023 · 3 comments

Comments

@kimberleyhallifax
Copy link

kimberleyhallifax commented Jul 24, 2023

Describe the bug

I'm running vectr on AWS Elastic Kubernetes Service in the eu-west-1 zone (UTC). When I attempt to login, this is the response I get:

Screen Shot 2023-07-24 at 11 52 27 am

I figured that all I needed to do was just to change the linux system times in each container to my time zone (AWST), so I did that, but I still get the same error with vectr in UTC time. Here's the evidence for my containers having AWST time:

Screen Shot 2023-07-24 at 11 58 22 am

The commands I ran to change to AWST are:

rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Australia/Perth /etc/localtime

To Reproduce

Not possible unless you sign up to AWS.

Expected behavior

The usual login page.

Desktop:

  • OS: macOS Monterey M1
  • Browser: Chrome
  • Version: 114.0.5735.198

My browser time is AWST.

I'm just wondering if you guys know where this UTC time is still persisting and where I can go to update it?

@SRAPSpencer
Copy link
Collaborator

VECTR uses Epoch time,

https://www.epoch101.com/

Time zones aren't relevant, only the absolute time. Your browser machine is likely +/-30 seconds or more from the server time.

@kimberleyhallifax
Copy link
Author

https://www.epoch101.com/

Ah, thank you @SRAPSpencer. I can login through a different device :)

@nonsleepr
Copy link

VECTR uses Epoch time,

https://www.epoch101.com/

Time zones aren't relevant, only the absolute time. Your browser machine is likely +/-30 seconds or more from the server time.

That's misleading, had the same issue but epoch101 shows my system time, not the actual time.
https://time.gov/ is a better way to check.

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

No branches or pull requests

3 participants