All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.social.partnercenter.time.PartnerCenterDateTimeFormatter Maven / Gradle / Ivy

Go to download

A provider extension for Spring Social to enable connectivity with Microsoft and an API binding for Microsoft's Partner Center API.

There is a newer version: 10.11.0
Show newest version
package org.springframework.social.partnercenter.time;

import java.time.format.DateTimeFormatter;

public class PartnerCenterDateTimeFormatter {
	public static DateTimeFormatter PARTNER_CENTER_UTC = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ssX");
	public static DateTimeFormatter PARTNER_CENTER_SHORT = DateTimeFormatter.ofPattern("yyyy-MM-dd");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy