Skip to content

Commit

Permalink
switch to 128 bit fixedtimezone name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynand committed Aug 12, 2021
1 parent 0e76f05 commit 6a1e2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TimeZones.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Printf
using Serialization
using RecipesBase: RecipesBase, @recipe
using Unicode
using WeakRefStrings: InlineString255
using WeakRefStrings: InlineString127

import Dates: TimeZone, UTC

Expand Down
2 changes: 1 addition & 1 deletion src/types/fixedtimezone.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const FIXED_TIME_ZONE_REGEX = r"""
A `TimeZone` with a constant offset for all of time.
"""
struct FixedTimeZone <: TimeZone
name::InlineString255
name::InlineString127
offset::UTCOffset
end

Expand Down

0 comments on commit 6a1e2c2

Please sign in to comment.