Is it possible, in Java, to obtain the Local time of a geolocation ( Latitude + Longitude ) without asking it to any external server but just calculating it internally to the system, knowing of course where the server is located and its actual time?
can you please provide an implementation?