The application calculates and displays the time of sunrise and sunset at the specified geographic coordinates.

It has custom scripts feature for adding predefined geographic coordinates, which are called by the right mouse button on the application window. The custom scripts must be copied to the scripts folder, which is located in the application home folder.
longitude.setText(30.516);
latitude.setText(50.43);
east.setChecked(true);
timeZone.setCurrentIndex(16);longitude.setText(47.7511);
latitude.setText(120.7401);
east.setChecked(false);
timeZone.setCurrentIndex(5);