mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-12 15:05:10 -05: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