Skip to content

Instantly share code, notes, and snippets.

View wavyxu's full-sized avatar

Vivian Xu wavyxu

  • Bay Area
View GitHub Profile
@wavyxu
wavyxu / TimestampUtils.java
Created May 27, 2018 01:05 — forked from kristopherjohnson/TimestampUtils.java
Methods for generating ISO 8601 timestamps in Java/Android
package net.kristopherjohnson.util;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
/**
* Methods for dealing with timestamps