mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
## CHANGES - Move timestamp regex initialization to init function - Add parseSeconds helper function for fractional seconds - Replace direct strconv.Atoi calls with parseSeconds function - Support decimal seconds in timestamp format parsing - Extract seconds parsing logic into reusable function