Skip to content
Snippets Groups Projects
Commit d050b414 authored by Dicson's avatar Dicson
Browse files

merge

parents 3578544b 40654eec
No related branches found
No related tags found
No related merge requests found
[info]
name: Set Location
short_name: set_location
version: 0.5
version: 0.6
description: Set information about the current geographical or physical location.
To be able to specify a location on the built-in card, you must install python-osmgpsmap > 0.5
authors: Denis Fomin <fominde@gmail.com>
......
......@@ -46,7 +46,7 @@ class SetLocationPlugin(GajimPlugin):
self._data = {}
timestamp = time.time()
timestamp = datetime.utcfromtimestamp(timestamp)
timestamp = timestamp.strftime('%Y-%m-%dT%H:%MZ')
timestamp = timestamp.strftime('%Y-%m-%dT%H:%M:%SZ')
self._data['timestamp'] = timestamp
for name in self.config_default_values:
self._data[name] = self.config[name]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment