Skip to content

Birth Data Format

Edoardo BAROLO edited this page Jul 17, 2026 · 1 revision

Birth Data Format

All commands use the same format:

"YYYY-MM-DD HH:MM TZ LAT LON"

Examples

# Padua, Italy — March 13, 1973, 13:55 CET
"1973-03-13 13:55 +0100 45.41 11.88"

# Chennai, India — April 4, 1970, 17:48 IST
"1970-04-04 17:48 +0530 13.08 80.27"

# New York, USA — January 1, 1990, 08:00 EST
"1990-01-01 08:00 -0500 40.71 -74.01"

Timezone

Format Meaning Example
+0530 HHMM signed offset India (UTC+5:30)
+0100 Central European
-0500 Eastern US (EST)
-2.0 Decimal hours UTC+2 summer

Convention: positive = east of GMT. +0530 = India, -0500 = EST.

Latitude / Longitude

  • Latitude: positive = North, negative = South
  • Longitude: positive = East, negative = West (or positive for both in some formats)

Use the Find button in the GUI or jhora lagnas to verify.

City Search

In the GUI, type a city name in the "City" field and click Find. The SQLite atlas (34,006 cities) auto-fills lat, lon, and timezone.

In the TUI, enter birth data through sequential dialogs after pressing 1.

Clone this wiki locally