Integrate 'updated at' timestamp into parser reverse-threading logic
- Parse log.updated timestamp and pass to parse_entries_with_time
- Update calculate_timestamps to use updated_at instead of Timestamp::now()
- Simplified exporter by removing updated_at parameter (parser now handles timing)
- Fixed FromStr import for Timestamp parsing
- Now reverse-threading works backwards from 'updated at' time with proper padding