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

Time Zone #6

Closed
vkrastanov opened this issue Jan 14, 2013 · 3 comments
Closed

Time Zone #6

vkrastanov opened this issue Jan 14, 2013 · 3 comments

Comments

@vkrastanov
Copy link

Ability to choose time zone.
(Can be added to 'users' table as default time zone for each user. Additional information for the users might be usefull too (e-mail address for registration confirmation and password reset especially if the password is encrypted, real name, etc.)

PS: not sure if this is for the web project, but currently the coordinates from traccar-client are shown with wrong time (who hours in the future). For example this message is couple of minutes old from tracker-server.log: 2013-01-14 12:06:20 org.traccar.TrackerEventHandler.processSinglePosition INFO: id: null, deviceId: 1, valid: true, time: Mon Jan 14 14:06:20 EET 2013, latitude: 42.65502333333333, longitude: 23.42791666666667, altitude: 0.0, speed: 0.0, course: 93.0, power: null
My timezone is GMT+2 and my current time is 12:06 as shown at begining of the line.

@tananaev
Copy link
Member

Yes, I need to implement this, very important feature. And yes, this task belongs here. Basically, traccar is responsible for talking to different trackers and putting location data into database, everything else is in traccar-web.

@tananaev
Copy link
Member

Well, after small investigation it looks like it is not necessary to save time zone because application uses default user time zone. As for wrong time zone, any chance you were using tk103 protocol? I recently fixed time zone problem there.

@vkrastanov
Copy link
Author

Hello,
I am using traccar-client and this issue was fixed by you few weeks ago (somewhere around the "speed fix": meters-per-second to knots) :)
It was client's bug.
Tnx.

mail2bishnoi pushed a commit to mail2bishnoi/traccar-web that referenced this issue Feb 15, 2022
# This is the 1st commit message:

Close socket on logout (fix traccar#896)

# This is the commit message traccar#2:

Fix lint

# This is the commit message traccar#3:

Add calendar menu

# This is the commit message traccar#4:

Add calendar file upload

# This is the commit message traccar#5:

Disable icon tinting in Firefox

# This is the commit message traccar#6:

Move ignition icon

# This is the commit message traccar#7:

Specify icon sizes

# This is the commit message traccar#8:

Fix lint issues

# This is the commit message traccar#9:

Add accuracy button

# This is the commit message traccar#10:

Merge shock and vibration alarms

# This is the commit message traccar#11:

Add events alarm column

# This is the commit message traccar#12:

Enable LocationIQ by default

# This is the commit message traccar#13:

Update LocationIQ keys

# This is the commit message traccar#14:

Fix selector style

# This is the commit message traccar#15:

Support server change

# This is the commit message traccar#16:

Update localization script

# This is the commit message traccar#17:

Update localization

# This is the commit message traccar#18:

Command to install dependency

# This is the commit message traccar#19:

Update JavaScript libraries

# This is the commit message traccar#20:

Fix modern app issues

# This is the commit message traccar#21:

Fix image URL

# This is the commit message traccar#22:

Fix user list (fix traccar#898)

# This is the commit message traccar#23:

Fix formatting issue

# This is the commit message traccar#24:

Add option to disable reports

# This is the commit message traccar#25:

Fix add button position

# This is the commit message traccar#26:

Select device based on uniqueId

# This is the commit message traccar#27:

Update devices list search

# This is the commit message traccar#28:

Fix lint problems

# This is the commit message traccar#29:

Changed devices list search

# This is the commit message traccar#30:

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

No branches or pull requests

2 participants