Documentation

Std.Time.Zoned.ZoneRules

Represents the type of local time in relation to UTC.

Instances For

    Represents types of wall clocks or standard times.

    Instances For

      Represents a type of local time, including offset and daylight saving information.

      Instances For
        Equations
        • One or more equations did not get rendered due to their size.

        Represents a time zone transition, mapping a time to a local time type.

        Instances For

          Represents the rules for a time zone.

          Instances For
            Equations

            Applies the transition to a Timestamp.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Finds the transition corresponding to a given timestamp in Array Transition. If the timestamp falls between two transitions, it returns the most recent transition before the timestamp.

              Instances For

                Finds the transition corresponding to a given timestamp in Array Transition. If the timestamp falls between two transitions, it returns the most recent transition before the timestamp.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Find the current TimeZone out of a Transition in a Array Transition

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    Creates ZoneRules with a fixed GMT offset.

                    Instances For
                      @[inline]

                      Creates ZoneRules with a fixed offset of UTC (GMT+0).

                      Instances For
                        @[inline]

                        Finds the LocalTimeType corresponding to a given Timestamp in ZoneRules. If the timestamp falls between two transitions, it returns the most recent transition before the timestamp. If no transition is found, it falls back to initialLocalTimeType.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          @[inline]

                          Find the current TimeZone out of a Transition in a ZoneRules

                          Instances For
                            @[inline]

                            Creates ZoneRules for the given TimeZone.

                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For