Skip to content

Instantly share code, notes, and snippets.

View peerapongsam's full-sized avatar
🍩
Learning

Peerapong Samarnpong peerapongsam

🍩
Learning
View GitHub Profile
package com.example.peerapong.chatio;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.RelativeLayout;
<?php
$input = "2015-08-21 05:55:19 GMT";
$gmt_date = DateTime::createFromFormat(
'Y-m-d H:i:s T',
$input);
$ict_date = clone $gmt_date;
$ict_date->setTimeZone(new DateTimeZone('Asia/Bangkok'));