celestia/src/celutil/tzutil.h

17 lines
452 B
C++

// tzutil.h
//
// Copyright (C) 2001, Chris Laurel <claurel@shatters.net>
//
// Miscellaneous useful functions.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#pragma once
#include <string>
bool GetTZInfo(std::string& tzName, int& dstBias);