StandardTimeNowAtLocation

StandardTimeNowAtLocation(stringlocationName)

Gets the current standard time for a given location name. The method 1. decodes the input if it is URLencoded 2. resolves the location name into a GeoLocation 3. determines the current timezone offset for that location 4. converts the current UTC time into the local standard time 5. returns the result as a Time object tied to the resolved location.

Parameters

NameTypeDescription
locationName String A freeform location string such as London UK.

Calling this method

Endpoint base: https://api.vedastro.org/api/Calculate/StandardTimeNowAtLocation

Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.

Loading try-it widget…