Time Conversion
Medium
25.0% Acceptance
Convert the InvoiceDate
to Unix timestamp and back to its original date format.
Final Columns to Display:
InvoiceId
UnixTimestamp
: Unix timestamp representation ofInvoiceDate
ConvertedDate
: Date converted back from Unix timestamp, should match originalInvoiceDate
Order By: Sort the results by InvoiceId
.