Skip to content

Commit

Permalink
add data member lon_tz
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed Dec 23, 2023
1 parent 47fc3ea commit d3f64e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp/libtzsolar/libtzsolar/libtzsolar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class TZSolar {
protected:

std::string short_name; // time zone base name, i.e. Lon000E or East00
bool lon_tz; // flag: use longitude timezones; if false defaults to hour-based time zones
int offset_min; // time zone offset in minutes
int longitude; // longitude for time zone position
boost::optional<short> opt_latitude; // optional latitude for computing polar exclusion
Expand Down

0 comments on commit d3f64e7

Please sign in to comment.