awk -F'|' 'BEGIN {OFS="|"} {$9=$9+600;print}'One thing to consider when adjusting time stamps to compensate for clock drift, clocks don't drift all at once, but over days, weeks and months. Adjusting time skews affects everything all at once.
awk -F'|' 'BEGIN {OFS="|"} {$9=$9+600;print}'In August of 2024 I stopped in my local book shop (shoutout to The Raven Bookstore ) as I often do to browse the shelves and see if there wa...