_time is unix_epoch_time. It displays human readable.
if _time renames other name, it displays original value.
As @to4kawa said it's unix epoch and you should use strftime (newField, "<time format string>") to see it correctly in human readable format. See more:
r. Ismo