Sun skill
This skill provides times for relevant sun events (sunrise, sunset, etc.).
How to install
Unzip or clone SunSkill into mycroft-core/mycroft/skills directory.
pip install arrow,pip install solartime,pip install geopy and pip install tzlocal into mycroft's virtual environment.
Restart mycroft instance and test with the following sentences: "when does the sun set" or "when does the sun rise".
Thanks to forslund and jarbasai for help.