HyunSeob / hexo-theme-overdose

⚠ Caution: you could be overdosed with this theme.
MIT License
135 stars 29 forks source link

Timezone is not working. #9

Closed progresivoJS closed 8 years ago

progresivoJS commented 8 years ago
# Site
title: Progresivo Developer
subtitle: Home
description: progresivoJS's Blog
author: progresivoJS
language:
timezone: Asia/Seoul

config.yml이 이렇게 되어있는데,

title: test2
banner:
  url: /images/default.jpg
  width: 1280
  height: 720
categories:
  - Blog
  - Hexo
tags:
  - Hexo
date: 2016-09-26 14:02:04

hexo new "test2" 했을때 위와같이 생성이 됩니다. 저는 23:02 에 생성했음에도 불구하고 -9시간인 14:02 라고 자동 생성되네요.

scaffods에는


---
title: {{ title }}
date: {{ date }}
banner:
  url: /images/default.jpg
  width: 1280
  height: 720
categories:
  - Blog
  - Hexo
tags:
  - Hexo

---

이런식으로 정의되어 있구요. 무엇이 문제일까요?

@HyunSeob 님 블로그 보니까, Timezone이 잘 먹히고 있는거 같은데 저는 뭐가 문제일까요?

progresivoJS commented 8 years ago

아, 제가 Cloud IDE에서 테스트 중인데, ubuntu 시각이 안맞춰져있네요.. hexo가 컴퓨터 시각을 기반으로 한다고 하니.. 이게 문제네요. 죄송합니다! 감사합니다.

HyunSeob commented 8 years ago

@progresivoJS 아닙니다 ㅋㅋ 고생 많으시네요 ㅠㅠ