
net.rdrei.android.buildtimetracker.reporters.DateUtils.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
Gradle plugin which tracks your build times.
The newest version!
package net.rdrei.android.buildtimetracker.reporters;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
public class DateUtils {
public DateUtils() {}
long getLocalMidnightUTCTimestamp() {
DateTime.now().withTime(0, 0, 0, 0).withZone(DateTimeZone.UTC).getMillis()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy