Skip to content

Commit

Permalink
Remove unused ZoneId getter.
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Jan 30, 2025
1 parent 251df19 commit 740ecab
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ public DateMathParser getDateMathParser() {
return parser;
}

public ZoneId getZoneId() {
return timeZone;
}

@Override
public String format(long value) {
return formatter.format(resolution.toInstant(value).atZone(timeZone));
Expand Down

0 comments on commit 740ecab

Please sign in to comment.