Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ utcOffset
Method
utcOffset
src/utilities/time/DateTime.cpp:157–159 ·
view source on GitHub ↗
UTC offset in hours
Source
from the content-addressed store, hash-verified
155
156
/// UTC offset in hours
157
double DateTime::utcOffset() const {
158
return m_utcOffset;
159
}
160
161
/// convert to string
162
std::string DateTime::toString() const {
Callers
4
DateTime
Method · 0.80
DateTime.cpp
File · 0.80
operator-
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64