(
UnixTime moment,
TZID tzid
)
| 1261 | * @since 1.2 |
| 1262 | */ |
| 1263 | public String printRelative( |
| 1264 | UnixTime moment, |
| 1265 | TZID tzid |
| 1266 | ) { |
| 1267 | return this.printRelative(moment, Timezone.of(tzid), TimeUnit.SECONDS); |
| 1268 | } |
| 1269 | |
| 1270 | /** |
| 1271 | * <p>Formats given time point relative to the current time of |