def fromtimestamp(cls, timestamp): """ Returns a NepDate object created from timestamp """ return NepDate.from_ad_date(date.fromtimestamp(timestamp))