1
0
mirror of https://github.com/astaxie/beego.git synced 2025-01-22 12:57:13 +00:00
onealtang adca455804 always use server's locale to parse date
When parsing the date without time, it's always using UTC date, which is
unexpected. If we want to use UTC date, it's recommend to set the
server's timezone as UTC, and keep the code flexible.
2015-09-02 15:50:40 +08:00
2015-05-25 09:10:37 +08:00
2015-05-25 09:10:36 +08:00
2015-02-27 22:51:20 +08:00
2015-05-27 23:46:45 +08:00
2015-06-13 11:15:13 +08:00
2015-02-26 23:34:43 +08:00
2014-10-31 15:48:57 +08:00
2015-06-09 10:18:21 +08:00
2015-06-04 18:40:10 +05:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2015-05-25 09:10:34 +08:00
2015-05-25 09:10:36 +08:00
2014-08-07 12:14:10 +07:00
2015-05-25 09:10:38 +08:00
2015-05-25 09:10:38 +08:00
2015-06-15 23:49:13 +08:00
2014-08-18 16:41:43 +08:00
2015-06-16 14:53:38 +08:00
2014-08-18 16:41:43 +08:00
2015-05-25 09:10:37 +08:00
2014-08-18 16:41:43 +08:00
2015-05-25 09:10:37 +08:00
2014-11-05 22:40:31 +08:00
2014-09-23 23:54:38 +08:00
2014-05-17 02:26:50 +08:00
2014-08-18 16:41:43 +08:00
2015-05-25 09:10:37 +08:00
2015-02-26 23:34:43 +08:00
2015-02-02 09:33:59 -05:00
2015-06-13 12:47:01 +08:00
2015-06-19 11:19:35 +08:00
2015-05-25 09:10:35 +08:00
2015-05-25 09:10:35 +08:00

Beego

Build Status GoDoc

beego is an open-source, high-performance, modular, full-stack web framework.

More info beego.me

Installation

go get github.com/astaxie/beego

Features

  • RESTful support
  • MVC architecture
  • Modularity
  • Auto API documents
  • Annotation router
  • Namespace
  • Powerful development tools
  • Full stack for Web & API

Documentation

Community

LICENSE

beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

Description
beego mirror
Readme 9.4 MiB
Languages
Go 99.6%
Shell 0.4%