I have the following tab separated input file, with timestamps in UTC. How can I calculate the epoch time an add it as a new column? It is a large file with over 60MM rows.
a b
0 2020-03-03 15:46:52
1 2020-03-02 11:05:17
Output:
a b c
0 2020-03-03 15:46:52 1583279212
1 2020-03-02 11:05:17 1583175917