gpt4 book ai didi

javascript - Flot x 轴显示错误的时间,似乎晚了 3 小时

转载 作者:行者123 更新时间:2023-11-30 00:30:38 24 4
gpt4 key购买 nike

我的 float 图表上的 x 轴是错误的,我一辈子都弄不明白,我乘以 php strtotime*1000

<?php
function timegen($time) {
$gen = strtotime("$time") * 1000;
return $gen;
}


echo("[".timegen("2014-04-16 09:30AM UTC").",".rand(5,50)."],<br>");
echo("[".timegen("2014-04-16 10:00AM UTC").",".rand(5,50)."],<br>");
echo("[".timegen("2014-04-16 11:00AM UTC").",".rand(5,50)."],<br>");
echo("[".timegen("2014-04-16 12:00PM UTC").",".rand(5,50)."],<br>");
echo("[".timegen("2014-04-16 01:00PM UTC").",".rand(5,50)."],<br>");
echo("[".timegen("2014-04-16 02:00PM UTC").",".rand(5,50)."],<br>");
echo("[".timegen("2014-04-16 03:00PM UTC").",".rand(5,50)."],<br>");
echo("[".timegen("2014-04-16 04:00PM UTC").",".rand(5,50)."],<br>");
?>

返回的内容如下:

        [1397640600000,50],
[1397642400000,5],
[1397646000000,36],
[1397649600000,39],
[1397653200000,35],
[1397656800000,39],
[1397660400000,25],
[1397664000000,50]

9:30-4:00

但是图表显示 06:00 7:00 8:00 9:00 10:00 11:00 12:00

我的 xaxis 设置是:

        tickColor: 'transparent',
mode: "time",
tickDecimals: 2,
timeFormat: "%H",
timezone: "America/New York"

如果有人能帮我解决这个问题,我将不胜感激,我通常不寻求帮助,但我似乎真的无法弄清楚,新来的 flot

最佳答案

没关系,我认为这是我转换时间的错误,我从 strtotime 中取出了 UTC,它在图表上固定了时间。我只在 PHP 中包含了 UTC 位,因为 flot 的手册有它。

关于javascript - Flot x 轴显示错误的时间,似乎晚了 3 小时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29687486/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com