view pkg/common/time.go @ 2525:8416cf343f17

client: critical bottlenecks: added red stroke color
author Markus Kottlaender <markus@intevation.de>
date Wed, 06 Mar 2019 15:25:40 +0100
parents 2c67c51d57ad
children e5f5afa45451
line wrap: on
line source

// This is Free Software under GNU Affero General Public License v >= 3.0
// without warranty, see README.md and license for details.
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// License-Filename: LICENSES/AGPL-3.0.txt
//
// Copyright (C) 2018 by via donau
//   – Österreichische Wasserstraßen-Gesellschaft mbH
// Software engineering by Intevation GmbH
//
// Author(s):
//  * Sascha L. Teichmann <sascha.teichmann@intevation.de>

package common

const (
	TimeFormat = "2006-01-02T15:04:05"
	DateFormat = "2006-01-02"
)