AdguardTeam / AdguardTeam/HostlistCompiler
error time.
Đang mở
bug
Priority: P4
- Ngôn ngữ chính
- JavaScript
- Star
- 232
- Fork
- 30
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```
lines.push(`! Last modified: ${(new Date()).toISOString()}`);
```
Should be changed to
```
lines.push(`! Last modified: ${(new Date()).toLocaleString()}`);
```
Timezone is lost when converting date using toISOString(), resulting in a time difference of 8 hours
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.