Class TimezoneControllerImpl

java.lang.Object
org.eblocker.server.http.controller.impl.TimezoneControllerImpl
All Implemented Interfaces:
TimezoneController

public class TimezoneControllerImpl extends Object implements TimezoneController
This class is able to set the default timezone

Deprecated: There is also a script to set the OS timezone called: set_timezone; it expects the posix timezone string as the first parameter

  • Constructor Details

    • TimezoneControllerImpl

      @Inject public TimezoneControllerImpl(String posixStringsFile)
  • Method Details