(TZID tzid)
| 1063 | * @since 3.22/4.18 |
| 1064 | */ |
| 1065 | public Moment atFirstMoment(TZID tzid) { |
| 1066 | |
| 1067 | return this.atFirstMoment(Timezone.of(tzid)); |
| 1068 | |
| 1069 | } |
| 1070 | |
| 1071 | /** |
| 1072 | * <p>Creates a new moment which corresponds to this date at earliest valid time |