Hi,
We have a customer where we are sending budget data from cube to datalake table in App Engine process. We have add Variation ID in the datalake table.
But we are not sure how to convert UTC time to Unix(Epoch) time format which we can send as Variation Number to datalake table from App Engine process. Can anyone help with the code to convert
2026-01-06T05:02:54:683Z to
1767675774683 ( as an example)
?
Thanks,
Shivanand