public Long epoch()

in src/main/java/com/spotify/github/GitHubInstant.java [81:83]


  public Long epoch() {
    return epochSeconds.orElseGet(() -> instant.get().getEpochSecond());
  }