mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-13 23:45:08 -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