2022 00:02:09 UTC," "Friday, January 21, 2022 07:02:09 AM," "1642748529," "44582.2931597222." The first source uses UTC, the second uses the local time zone, the third uses the Epoch timestamp, and the fourth uses the Excel timestamp. All represent that same exact time. How would you determine which timestamp to output in your transformation?
Question 13 options:
A)
refer to the data requirements
B)
output all four variants
C)
use the UCT variant as it is not sensitive to time zone
D)
use the Epoch variant as it is common in programming
E)
use the Excel variant as it is the most universal