02-08-2017, 01:53 AM
Yes, but they are effectively the same thing. Whether I store it as UTC or GMT doesn't change anything server-side. Really, I could use whatever time zone I wanted, and it wouldn't change anything because everything is converted before it is displayed back to the user.
I could use Unix time, which is based off UTC, but it would ultimately lead to the same exact thing, just with more work involved to get there
I could use Unix time, which is based off UTC, but it would ultimately lead to the same exact thing, just with more work involved to get there
