roboslack icon indicating copy to clipboard operation
roboslack copied to clipboard

Imply DateFormatTokens based on Temporal or epochTimestamp

Open dotCipher opened this issue 8 years ago • 1 comments

When handling SlackDateTime we should have a more simple implementation that accepts a single parameter and 'imply' the format based on the granularity (or if fields are supported).

We should use the ChronoUnit on the resulting Temporal#isSupported or we can use a simple Temporal type map to Set<DateFormatToken>

dotCipher avatar Jul 12 '17 19:07 dotCipher

Blocked on #16 merge (and related)

dotCipher avatar Jul 12 '17 19:07 dotCipher