Date and Timezone Handling
Configure date layouts, source timezones, and date windows.
Reconify uses Go time layouts.
date_layout: "2006-01-02"This parses dates like 2026-06-16.
date_layout: "02/01/2006"This parses dates like 16/06/2026.
Source timezone
tz: "Africa/Lagos"Use tz when a source date has no explicit timezone but should be interpreted in a known location.
Pair date window
date_window: "2d"Increase the date window when one system records transaction date and another records settlement or posting date.
If timing_diff is unexpectedly high, check date_layout, tz, and whether one source uses settlement dates.