Python Forum
New to Python, philosophical question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New to Python, philosophical question
#7
The discussion feels only philosophical, if you don't often work with timezones.
For example airlines doing it right. On your ticket the boarding time is in local time.
The destination have the timezone of the destination. But internally they representing everything
with GMT0, which is not timezone. It is just a 0 offset of global time.
This makes calculations easier and is less error prune. Only if you display or print something,
then it's converted to local timezone.

It's like a definition of coordinate systems. You have the world coordinates and on top you can put
many other coordinate systems with different offsets and angles. If you tell a robot drive to Point 10,
you have also to define on which coordinate system. If you work with a tool, then the tool coordinates helps,
to drive the tool straight in room. By definition Z is swapped. Z+ in World Coordinates means up. In tool coordinates Z+ is down.

Many things we use in real world, are defined by humans. We made the definition of Global Time.
But this does not mean, that we have defined also a timezone for aliens.
I guess they have their own standards and time format with localization.

For us it's important to have our standards, also for Aliens.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: New to Python, philosophical question - by DeaD_EyE - Nov-16-2019, 02:40 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020