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

  2. gregorian_to_time(date: str) -> Real