User Contributed Notes Date |
|
hugh@j-views.com 28-May-2004 1:19 |
#144
|
| Is there any way to set the timezone to a value other than that of the server? |
|
Mike Yearwood 01-Jun-2004 9:05 |
#148
|
| I would also like the ability to see the time in the timezone of the client, not the server. |
|
weihua_zhang@hc-sc.gc.ca 18-Aug-2004 14:25 |
#187
|
I have string like this 2003-05-18 11:23:45, if I want it change to 05/18/03 and used it as xaxis->setTckLabels and want them to turn 90 degree with LabelAngle() (I got font problem with this function)
someone can kindly give me some code example
Many thanks
Weihua |
|
matt 13-Sep-2004 0:20 |
#203
|
You can change the displayed timezone by adding a line to config_inc.php, at least under UNIX server variations:
putenv("TZ=America/Anchorage" );
(or any other standard UNIX timezone) |
|
cww5@mail.ncku.edu.tw 28-Sep-2005 23:12 |
#625
|
When set $g_default_language = 'chinese_traditional_utf8';
the time display appear some words cannot understand,that's
reason for charset transfer.
so setting
$g_complete_date_format = 'm-d-y H:i'; to displear the unknown words |
|
|
| Last updated: Wed, 20 Aug 2008 - 5:09:03 |
|