@@ -244,8 +244,12 the parameters related to distances such as heightList, or heightResolution wich | |||
|
244 | 244 | def ltctime(self): |
|
245 | 245 | |
|
246 | 246 | if self.useLocalTime: |
|
247 |
|
|
|
248 | ||
|
247 | if self.timeZone =='lt': | |
|
248 | return self.utctime - 300 * 60 | |
|
249 | elif self.timeZone =='ut': | |
|
250 | return self.utctime | |
|
251 | else: | |
|
252 | log.error("No valid timeZone detected") | |
|
249 | 253 | return self.utctime |
|
250 | 254 | |
|
251 | 255 | @property |
|
1 | NO CONTENT: modified file |
General Comments 0
You need to be logged in to leave comments.
Login now