10 lines
184 B
Ruby
Raw Normal View History

# typed: strong
# frozen_string_literal: true
require "time"
2023-02-07 00:38:46 +00:00
class Time
# Backwards compatibility for formulae that used this ActiveSupport extension
alias rfc3339 xmlschema
end