fork download
  1. BEGIN {FS=":"}
  2. {print strftime("%T", mktime(sprintf("2024 01 23 %s %s %s", $1, $2, $3)) + 1);}
  3.  
Success #stdin #stdout 0.01s 5288KB
stdin
00:00:00
23:59:59
stdout
00:00:01
00:00:00