pylupnt.gregorian_to_time

pylupnt.gregorian_to_time(*args, **kwargs)

Overloaded function.

  1. gregorian_to_time(year: typing.SupportsInt | typing.SupportsIndex, month: typing.SupportsInt | typing.SupportsIndex, day: typing.SupportsInt | typing.SupportsIndex, hour: typing.SupportsInt | typing.SupportsIndex, min: typing.SupportsInt | typing.SupportsIndex, sec: Real) -> Real

Gregorian calendar date to time [s past J2000].

  1. gregorian_to_time(date: str) -> Real

Parse a calendar date string to time [s past J2000].