Skip to content

Move constants from availability.py to constants.py #4525

Description

@clmould

These constants are currently in availability.py:

DAY_SECONDS = 60 * 60 * 24
# Number of seconds in a day [s]
DAYS_IN_YEAR = 365.25
# Number of days in a year
YEAR_SECONDS = DAY_SECONDS * DAYS_IN_YEAR
# Number of seconds in a year [s]

They should be moved to constants.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions