(UniversalTime temporal)
| 1083 | } |
| 1084 | |
| 1085 | @Override |
| 1086 | public boolean isSimultaneous(UniversalTime temporal) { |
| 1087 | |
| 1088 | Moment other = Moment.from(temporal); |
| 1089 | return (this.compareTo(other) == 0); |
| 1090 | |
| 1091 | } |
| 1092 | |
| 1093 | /** |
| 1094 | * <p>Converts this instance to a local timestamp in the system |