I have a login and a logout field where the data is listed in seconds:
LOGIN: 1,257,328,840
LOGOUT: 1,257,340,039.
I need to convert these to DATETIME formats so we can check schedule adherence. I have tried DateTime({login]) an DateTimeValue({login}). Both generate an error message of "Dates must be between year 1 and year 9999".
Am I using the wrong function? Do I need to manipulate the seconds total in some way?
If this is already addressed in a previous post I apologize. I did search before posting, but the posts I reviewed were about converting seconds to days/hours/min/sec. I need to convert to a DateTime.
Thanks!
LOGIN: 1,257,328,840
LOGOUT: 1,257,340,039.
I need to convert these to DATETIME formats so we can check schedule adherence. I have tried DateTime({login]) an DateTimeValue({login}). Both generate an error message of "Dates must be between year 1 and year 9999".
Am I using the wrong function? Do I need to manipulate the seconds total in some way?
If this is already addressed in a previous post I apologize. I did search before posting, but the posts I reviewed were about converting seconds to days/hours/min/sec. I need to convert to a DateTime.
Thanks!