@@ -244,8 +244,12 the parameters related to distances such as heightList, or heightResolution wich | |||||
244 | def ltctime(self): |
|
244 | def ltctime(self): | |
245 |
|
245 | |||
246 | if self.useLocalTime: |
|
246 | if self.useLocalTime: | |
247 |
|
|
247 | if self.timeZone =='lt': | |
248 |
|
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 | return self.utctime |
|
253 | return self.utctime | |
250 |
|
254 | |||
251 | @property |
|
255 | @property |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file |
General Comments 0
You need to be logged in to leave comments.
Login now