()
| 930 | * @return chronological system as time axis (never {@code null}) |
| 931 | */ |
| 932 | public static TimeAxis<IsoUnit, PlainTimestamp> axis() { |
| 933 | |
| 934 | return ENGINE; |
| 935 | |
| 936 | } |
| 937 | |
| 938 | /** |
| 939 | * <p>Obtains a bridge chronology for the type {@code java.time.LocalDateTime}. </p> |
no outgoing calls