| Class | GH::Normalizer |
| In: |
lib/gh/normalizer.rb
|
| Parent: | Wrapper |
Public: A Wrapper class that deals with normalizing Github responses.
| TIME_KEYS | = | %w[date timestamp committed_at created_at merged_at closed_at datetime time] |
| TIME_PATTERN | = | /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\S*$/ |