List of usage examples for org.joda.time.format DateTimeFormatter withLocale
public DateTimeFormatter withLocale(Locale locale)
From source file:ru.caramel.juniperbot.core.message.resolver.DateTimePlaceholderResolver.java
License:Open Source License
public String format(DateTimeFormatter baseFormatter) { return baseFormatter.withLocale(locale).withZone(getTimeZone()).print(dateTime); }