转时间戳
static int turnTimestamp(String timestamp) { return DateTime.parse(timestamp).millisecondsSinceEpoch; }