# ri > TZInfo::OffsetTimezonePeriod

---
type: CommandReference
command: TZInfo::OffsetTimezonePeriod
mode: ri
section: 
source: rdoc
---

## Quick Reference

- `new` — Create a new OffsetTimezonePeriod instance
- `==` — Compare two OffsetTimezonePeriod objects for equality
- `end_transition` — Get the end transition of the period
- `eql?` — Test equality (eql? method)
- `hash` — Compute hash value
- `start_transition` — Get the start transition of the period

## Name

Represents the infinite period of time in a time zone that constantly observes the same offset from UTC (has an unbounded start and end).

## Synopsis

ruby
TZInfo::OffsetTimezonePeriod.new
## Class Methods

- `new` — Constructor

## Instance Methods

- `==` — Equality comparison
- `end_transition` — End transition
- `eql?` — Equality test (eql?)
- `hash` — Hash value
- `start_transition` — Start transition