Class ExprUnixDate

All Implemented Interfaces:
Converter<Number,​Date>, Debuggable, Expression<Date>, SyntaxElement

@Name("Unix Date") @Description("Converts given Unix timestamp to a date. The Unix timespan represents the number of seconds elapsed since 1 January 1970.") @Examples("unix date of 946684800 #1 January 2000 12:00 AM (UTC Time)") @Since("2.5") public class ExprUnixDate extends SimplePropertyExpression<Number,​Date>