lib_time.phpgmtime()#获得当前格林威治时间的时间戳 /$0server_timezone()#获得服务器的时区 /$0local_mktime($hour = NULL , $minute= NULL, $second = NULL, $month = NULL, $day .....
分类:
其他好文 时间:
2015-07-30 10:46:20
阅读次数:
227
muduo库中关于时间的三个类Timestamp、Date、TimeZone的分析学习。...
分类:
其他好文 时间:
2015-07-27 21:05:11
阅读次数:
240
struct timeval
{
time_t tv_sec;
suseconds_t tv_usec;
};
测试代码如下:
#include
#include
#include
int gettimeofday(struct timeval *tv, struct timezone *tz);
int main(int a...
分类:
其他好文 时间:
2015-07-27 00:28:45
阅读次数:
282
Effective Go(官方文档)笔记
自动局部变量提升(编译期完成?):return &...;内置函数:
new/makecopy, appenddeleterange(这是关键字吧?因为后面没有())
array是值对象slice:引用array
2维切片(略)
map
if seconds, ok := timezone[tz]; ok {...
分类:
其他好文 时间:
2015-07-24 18:23:47
阅读次数:
144
首先需要了解下“UTC时间”与“本地时间”UTC时间:世界协调时间(又称世界标准时间、世界统一时间),在一般精度要求下,它与GMT(Greenwich Mean Time,格林威治标准时间)是一样的,其实也就是说 GMT≈UTC,但 UTC 是以原子钟校准的,更精确。本地时间:由于处在不同的时区,本...
分类:
系统相关 时间:
2015-07-23 19:43:29
阅读次数:
136
在Vertica的数据库的使用过程中碰到这么一种场景。程序从不同一时候区的集群中收集数据写入同一张表,然后我们须要把这些数据依照GMT时间来显示。此时我们能够通过Vertica提供TIME ZONE转换功能来达到这个效果。首先看一下Vertica默认的TimeZoneSHOW TIMEZONE;这里...
分类:
其他好文 时间:
2015-07-20 22:45:48
阅读次数:
127
<?php
/*
*author?zhy
*date?2012?06?12
*for?excel
*/
date_default_timezone_set("PRC");?
error_reporting(E_ALL);
error_reporting(0);
ini_set(‘display_errors‘,?TRUE);
ini_set(‘display_startup_e...
分类:
数据库 时间:
2015-07-17 19:07:13
阅读次数:
241
源码目录:package/base-files/files/etc/config/system文件内容如下:config system
option hostname goldsunny
option timezone CST-8
option zonename Asia/Shanghaiconfig timeserver ntp
li...
分类:
其他好文 时间:
2015-07-16 17:02:56
阅读次数:
2660
Warning:date():It is not safe to rely on the system‘s timezone setting.You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those...
分类:
其他好文 时间:
2015-07-14 00:15:57
阅读次数:
143
slowlog监控服务器的anemometer配置slowlog监控平台搭建步骤:一、安装percona-toolkit-2.2.14二、准备相关php模块yum-yinstallphp-commonphp-bcmathphp-mysqlphp-dbaphp-cliphp-gdphpphp-pdovim/etc/php.ini-----date.timezone=Asia/Shanghai-----三、下载并配置Anemometerhtt..
分类:
其他好文 时间:
2015-07-07 19:45:11
阅读次数:
100