Shaul xu

Results 12 comments of Shaul xu

another case ![image](https://user-images.githubusercontent.com/39487412/170665502-fc4521c6-c8bd-46e7-ae70-9f5555872554.png)

It's correct if I don't use `dayjs.tz` method ![image](https://user-images.githubusercontent.com/39487412/170666396-d9f3e1ef-d935-41b2-9b2e-2b9297129fe8.png)

> As you don't define a time zone when parsing a date with `dayjs.tz(timestring, timezone)`, dayjs uses the time zone of the machine the program is running on. > >...

> * If `.tz` is used with javascript Date object as only parameter, the information of that object are taken to set the corresponding values of the dayjs object (e.g....

> It is precisely because `dayjs.tz` and `moment.tz` have different performances, so I created this issue, I think it's a bug, I hope the maintainer of `dayjs` can explain this...

运行 docker 的时候带上 `--net=host` 。 比如: ` docker run xxx --net=host xxxx`

https://github.com/whyour/qinglong/blob/develop/docker/Dockerfile#L18-L35 你可以在这里装一下 php

```js import React, { useEffect, useState } from "react"; function App() { const [count, setCount] = useState(0); useEffect(() => { const timer = setInterval(() => { setCount(count => count +...

我的是小米14 hyperos,应用不给自启权限,能收到通知。 但是移动网络在锁屏之后大概率会断开 fcm 连接(有时候十几分钟断开,有时候几个小时都没断开)。