def as_datetime(self, value): """ Return a timestamp as a datetime. :rtype: arrow.Arrow """ return arrow.get(value)