I have a table in hive with timestamps (2017-12-12 18:54:03.0) and latitudes/longitudes (e.g. -75.85506)
How can I convert these to approximate local times in hive? I don't need it to be completely accurate - I'm sure daylight savings time makes it tricky
Edit: I need to do this in hive - I see answers in other languages.